crypto.blake2b: fix erroneous comment in unit tests (#20235)

This commit is contained in:
Kim Shrier 2023-12-21 02:25:27 -07:00 committed by GitHub
parent 5306469712
commit 062cc3f59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ fn test_mixing_function_g() {
// set up the message blocks with the value 'abc'
// the firet block will have the 3 bytes of the text to hash
// and the rest of the first block and the other 7 blocks
// and the rest of the first block and the other 15 blocks
// will be all zeros. d.m[1..16] should already be zero.
d.m[0] = 0x0000000000636261

View File

@ -56,7 +56,7 @@ fn test_mixing_function_g() {
// set up the message blocks with the value 'abc'
// the firet block will have the 3 bytes of the text to hash
// and the rest of the first block and the other 7 blocks
// and the rest of the first block and the other 15 blocks
// will be all zeros. d.m[1..16] should already be zero.
d.m[0] = 0x00636261