This commit is contained in:
Jay D Dee
2020-02-05 22:50:58 -05:00
parent 1b76cee239
commit 13523a12f9
45 changed files with 583 additions and 7877 deletions

View File

@@ -134,7 +134,8 @@ void x16r_hash_generic( void* output, const void* input )
break;
case ECHO:
#if defined(__AES__)
echo_full( &ctx.echo, hash, 512, in, size );
echo_full( &ctx.echo, (BitSequence*)hash, 512,
(const BitSequence*)in, size );
#else
sph_echo512_init( &ctx.echo );
sph_echo512( &ctx.echo, in, size );