Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ref/blake2xb-ref.c')
-rw-r--r--ref/blake2xb-ref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/blake2xb-ref.c b/ref/blake2xb-ref.c
index 1811ab2..276983b 100644
--- a/ref/blake2xb-ref.c
+++ b/ref/blake2xb-ref.c
@@ -181,8 +181,8 @@ int main( void )
buf[i] = ( uint8_t )i;
}
- /* Testing length of ouputs rather than inputs */
- /* (Test of input lengths mostly covered by blake2s tests) */
+ /* Testing length of outputs rather than inputs */
+ /* (Test of input lengths mostly covered by blake2b tests) */
/* Test simple API */
for( outlen = 1; outlen <= BLAKE2_KAT_LENGTH; ++outlen )