shithub: blake2

Download patch

ref: e4de156be0063e86059a9fb2e204a952637e005e
parent: 7ba0f268ee76aab9870ee8c7b0e88c6c06b111db
author: JP Aumasson <jeanphilippe.aumasson@gmail.com>
date: Fri Dec 2 13:35:13 EST 2016

typos

--- a/ref/blake2xb-ref.c
+++ b/ref/blake2xb-ref.c
@@ -181,8 +181,8 @@
     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 )
--- a/ref/blake2xs-ref.c
+++ b/ref/blake2xs-ref.c
@@ -179,7 +179,7 @@
     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 */
--