1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-16 08:31:34 +02:00
This commit is contained in:
JP Aumasson 2016-12-02 18:35:13 +01:00
parent 7ba0f268ee
commit e4de156be0
2 changed files with 3 additions and 3 deletions

View File

@ -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 )

View File

@ -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 */