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:
@@ -29,8 +29,8 @@ void init_groestl_ctx()
|
||||
#ifdef NO_AES_NI
|
||||
sph_groestl512_init( &groestl_ctx.groestl );
|
||||
#else
|
||||
init_groestl( &groestl_ctx.groestl1 );
|
||||
init_groestl( &groestl_ctx.groestl2 );
|
||||
init_groestl( &groestl_ctx.groestl1, 64 );
|
||||
init_groestl( &groestl_ctx.groestl2, 64 );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user