From e4de156be0063e86059a9fb2e204a952637e005e Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Fri, 2 Dec 2016 18:35:13 +0100 Subject: typos --- ref/blake2xb-ref.c | 4 ++-- ref/blake2xs-ref.c | 2 +- 2 files changed, 3 insertions(+), 3 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 ) diff --git a/ref/blake2xs-ref.c b/ref/blake2xs-ref.c index de420fa..5ad11a0 100644 --- a/ref/blake2xs-ref.c +++ b/ref/blake2xs-ref.c @@ -179,7 +179,7 @@ int main( void ) buf[i] = ( uint8_t )i; } - /* Testing length of ouputs rather than inputs */ + /* Testing length of outputs rather than inputs */ /* (Test of input lengths mostly covered by blake2s tests) */ /* Test simple API */ -- cgit v1.2.3