This commit is contained in:
Jay D Dee
2023-10-06 22:18:09 -04:00
parent bc5a5c6df8
commit 31c4dedf59
144 changed files with 5931 additions and 3746 deletions

View File

@@ -72,7 +72,7 @@ void phi1612_hash(void *output, const void *input)
sph_jh512( &ctx.jh, (const void*)hash, 64 );
sph_jh512_close( &ctx.jh, (void*)hash );
cubehashUpdateDigest( &ctx.cube, (byte*) hash, (const byte*)hash, 64 );
cubehashUpdateDigest( &ctx.cube, hash, hash, 64 );
#if defined(__AES__)
fugue512_Update( &ctx.fugue, hash, 512 );