summaryrefslogtreecommitdiff
path: root/validat5.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-01-11 01:57:20 -0500
committerJeffrey Walton <noloader@gmail.com>2020-01-11 01:57:20 -0500
commit189609534d16ab800682b126f31d39e6c3fbc961 (patch)
tree951f242b7be81e27d487f4fbbfb17c4042ee9405 /validat5.cpp
parent5bedc2a182ac5e150b05655e668a6d2b1d31f82c (diff)
downloadcryptopp-git-189609534d16ab800682b126f31d39e6c3fbc961.tar.gz
Update comments
Diffstat (limited to 'validat5.cpp')
-rw-r--r--validat5.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/validat5.cpp b/validat5.cpp
index aa516756..87568d18 100644
--- a/validat5.cpp
+++ b/validat5.cpp
@@ -1727,7 +1727,8 @@ bool ValidateBLAKE2s()
{
// One test with salt and personalization for GH #921
- // Test vector generate with modified BLAKE2 implementation
+ // Test vector generated with modified BLAKE2 ref implementation
+ // https://github.com/noloader/cryptopp-test/tree/master/BLAKE2
const std::string key = "\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x41\x42\x43\x44\x45\x46";
const std::string salt = "\x41\x42\x43\x44";
const std::string personalization = "\x41\x42\x43\x44";
@@ -2178,7 +2179,8 @@ bool ValidateBLAKE2b()
{
// One test with salt and personalization for GH #921
- // Test vector generate with modified BLAKE2 implementation
+ // Test vector generated with modified BLAKE2 ref implementation
+ // https://github.com/noloader/cryptopp-test/tree/master/BLAKE2
const std::string key = "\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c";
const std::string salt = "\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c";
const std::string personalization = "\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c";