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:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2016-12-02 20:35:13 +0300
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2016-12-02 20:35:13 +0300
commite4de156be0063e86059a9fb2e204a952637e005e (patch)
tree4e713fe792ef903ac093963b7027afb0082305f6
parent7ba0f268ee76aab9870ee8c7b0e88c6c06b111db (diff)
typos
-rw-r--r--ref/blake2xb-ref.c4
-rw-r--r--ref/blake2xs-ref.c2
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 */