mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.12.3
This commit is contained in:
@@ -120,6 +120,13 @@ void sph_whirlpool(void *cc, const void *data, size_t len);
|
||||
*/
|
||||
void sph_whirlpool_close(void *cc, void *dst);
|
||||
|
||||
#define sph_whirlpool512_full( cc, dst, data, len ) \
|
||||
do{ \
|
||||
sph_whirlpool_init( cc ); \
|
||||
sph_whirlpool( cc, data, len ); \
|
||||
sph_whirlpool_close( cc, dst ); \
|
||||
}while(0)
|
||||
|
||||
/**
|
||||
* WHIRLPOOL-0 uses the same structure than plain WHIRLPOOL.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user