diff --git a/vlib/crypto/blake2b/blake2b_block_test.v b/vlib/crypto/blake2b/blake2b_block_test.v index feb83af59f..b45b813bd8 100644 --- a/vlib/crypto/blake2b/blake2b_block_test.v +++ b/vlib/crypto/blake2b/blake2b_block_test.v @@ -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 diff --git a/vlib/crypto/blake2s/blake2s_block_test.v b/vlib/crypto/blake2s/blake2s_block_test.v index 09c4cd4253..0db9e2b441 100644 --- a/vlib/crypto/blake2s/blake2s_block_test.v +++ b/vlib/crypto/blake2s/blake2s_block_test.v @@ -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