Description: Fix s2k tests on 32bit systems
Origin: upstream, https://github.com/ProtonMail/go-crypto/pull/178
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/openpgp/s2k/s2k_test.go
+++ b/openpgp/s2k/s2k_test.go
@@ -134,8 +134,8 @@
 	{"03020102030405060708f1", "hello", "f2a57b7c", false,
 		Params{IteratedSaltedS2K, 0x02, [16]byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 0xf1, 0, 0, 0}},
 	/* Argon2 */
-	{"0401020304050607080102030405060708030416", "hello", "c7745927", false,
-		Params{Argon2S2K, 0x00, [16]byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}, 0, 0x03, 0x04, 0x16}},
+	{"0401020304050607080102030405060708030410", "hello", "dabc018a", false,
+		Params{Argon2S2K, 0x00, [16]byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}, 0, 0x03, 0x04, 0x10}},
 	/* GNU dummy S2K */
 	{"6502474e5501", "", "", true,
 		Params{GnuS2K, 0x02, [16]byte{}, 0, 0, 0, 0}},
