mirror of
https://github.com/vlang/v.git
synced 2025-09-12 08:57:09 -04:00
crypto.blake2b: fix erroneous comment in unit tests (#20235)
This commit is contained in:
parent
5306469712
commit
062cc3f59f
@ -79,7 +79,7 @@ fn test_mixing_function_g() {
|
|||||||
|
|
||||||
// set up the message blocks with the value 'abc'
|
// set up the message blocks with the value 'abc'
|
||||||
// the firet block will have the 3 bytes of the text to hash
|
// 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.
|
// will be all zeros. d.m[1..16] should already be zero.
|
||||||
d.m[0] = 0x0000000000636261
|
d.m[0] = 0x0000000000636261
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ fn test_mixing_function_g() {
|
|||||||
|
|
||||||
// set up the message blocks with the value 'abc'
|
// set up the message blocks with the value 'abc'
|
||||||
// the firet block will have the 3 bytes of the text to hash
|
// 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.
|
// will be all zeros. d.m[1..16] should already be zero.
|
||||||
d.m[0] = 0x00636261
|
d.m[0] = 0x00636261
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user