mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.6.1
This commit is contained in:
@@ -3441,19 +3441,19 @@ ROUND_FUN(whirlpool1, old1)
|
||||
|
||||
#define RFUN whirlpool_round
|
||||
#define HASH whirlpool
|
||||
#include "algo/sha3/md_helper.c"
|
||||
#include "algo/sha/md_helper.c"
|
||||
#undef RFUN
|
||||
#undef HASH
|
||||
|
||||
#define RFUN whirlpool0_round
|
||||
#define HASH whirlpool0
|
||||
#include "algo/sha3/md_helper.c"
|
||||
#include "algo/sha/md_helper.c"
|
||||
#undef RFUN
|
||||
#undef HASH
|
||||
|
||||
#define RFUN whirlpool1_round
|
||||
#define HASH whirlpool1
|
||||
#include "algo/sha3/md_helper.c"
|
||||
#include "algo/sha/md_helper.c"
|
||||
#undef RFUN
|
||||
#undef HASH
|
||||
|
||||
|
@@ -49,7 +49,7 @@
|
||||
#define SPH_WHIRLPOOL_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include "algo/sha3/sph_types.h"
|
||||
#include "algo/sha/sph_types.h"
|
||||
|
||||
#if SPH_64
|
||||
|
||||
|
Reference in New Issue
Block a user