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:
@@ -661,7 +661,7 @@ sph_tiger_init(void *cc)
|
||||
#define BLEN 64U
|
||||
#define PW01 1
|
||||
#define PLW1 1
|
||||
#include "algo/sha3/md_helper.c"
|
||||
#include "algo/sha/md_helper.c"
|
||||
|
||||
/* see sph_tiger.h */
|
||||
void
|
||||
@@ -684,7 +684,7 @@ sph_tiger_comp(const sph_u64 msg[8], sph_u64 val[3])
|
||||
#define HASH tiger2
|
||||
#undef PW01
|
||||
#define CLOSE_ONLY 1
|
||||
#include "algo/sha3/md_helper.c"
|
||||
#include "algo/sha/md_helper.c"
|
||||
|
||||
/* see sph_tiger.h */
|
||||
void
|
||||
|
@@ -45,7 +45,7 @@
|
||||
#define SPH_TIGER_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