This commit is contained in:
Jay D Dee
2017-04-16 12:55:19 -04:00
parent 9afa0d9820
commit 53259692eb
31 changed files with 211 additions and 3934 deletions

View File

@@ -144,7 +144,7 @@ static void x14hash(void *output, const void *input)
// 8 Cube
cubehashUpdateDigest( &ctx.cube, (byte*) hash,
(const*)hashB, 64 );
(const byte*)hashB, 64 );
// 9 Shavite
sph_shavite512( &ctx.shavite, hash, 64);