File tree 1 file changed +3
-3
lines changed
pg/src/test/java/org/bouncycastle/openpgp/test
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class Argon2S2KTest
42
42
43
43
static final String TEST_MSG_PASSWORD = "password" ;
44
44
45
- // Test message from the crypto-refresh-05 document
45
+ // https://www.ietf.org/archive/id/draft-ietf-openpgp- crypto-refresh-13.html#name-version-4-skesk-using-argon
46
46
static final String TEST_MSG_AES128 = "-----BEGIN PGP MESSAGE-----\n " +
47
47
"Comment: Encrypted using AES with 128-bit key\n " +
48
48
"Comment: Session key: 01FE16BBACFD1E7B78EF3B865187374F\n " +
@@ -53,7 +53,7 @@ public class Argon2S2KTest
53
53
"=uIks\n " +
54
54
"-----END PGP MESSAGE-----" ;
55
55
56
- // Test message from the crypto-refresh-05 document
56
+ // https://www.ietf.org/archive/id/draft-ietf-openpgp- crypto-refresh-13.html#name-version-4-skesk-using-argon2
57
57
private static final String TEST_MSG_AES192 = "-----BEGIN PGP MESSAGE-----\n " +
58
58
"Comment: Encrypted using AES with 192-bit key\n " +
59
59
"Comment: Session key: 27006DAE68E509022CE45A14E569E91001C2955AF8DFE194\n " +
@@ -64,7 +64,7 @@ public class Argon2S2KTest
64
64
"=n8Ma\n " +
65
65
"-----END PGP MESSAGE-----" ;
66
66
67
- // Test message from the crypto-refresh-05 document
67
+ // https://www.ietf.org/archive/id/draft-ietf-openpgp- crypto-refresh-13.html#name-version-4-skesk-using-argon2-
68
68
private static final String TEST_MSG_AES256 = "-----BEGIN PGP MESSAGE-----\n " +
69
69
"Comment: Encrypted using AES with 192-bit key\n " +
70
70
"Comment: Session key: 27006DAE68E509022CE45A14E569E91001C2955AF8DFE194\n " +
You can’t perform that action at this time.
0 commit comments