From 062cc3f59fc29a58e673963e5cbc9c234df823ea Mon Sep 17 00:00:00 2001 From: Kim Shrier Date: Thu, 21 Dec 2023 02:25:27 -0700 Subject: [PATCH] crypto.blake2b: fix erroneous comment in unit tests (#20235) --- vlib/crypto/blake2b/blake2b_block_test.v | 2 +- vlib/crypto/blake2s/blake2s_block_test.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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