mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.5.4
This commit is contained in:
@@ -63,11 +63,11 @@ x17_ctx_holder x17_ctx;
|
||||
void init_x17_ctx()
|
||||
{
|
||||
#ifdef NO_AES_NI
|
||||
sph_groestl512_init(&x17_ctx.groestl);
|
||||
sph_groestl512_init(&x17_ctx.groestl );
|
||||
sph_echo512_init(&x17_ctx.echo);
|
||||
#else
|
||||
init_echo( &x17_ctx.echo, 512 );
|
||||
init_groestl( &x17_ctx.groestl );
|
||||
init_groestl( &x17_ctx.groestl, 64 );
|
||||
#endif
|
||||
init_luffa( &x17_ctx.luffa, 512 );
|
||||
cubehashInit( &x17_ctx.cubehash, 512, 16, 32 );
|
||||
|
||||
Reference in New Issue
Block a user