mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.6.7
This commit is contained in:
@@ -8,28 +8,12 @@
|
||||
#define DATA_ALIGN(x) __declspec(align(16)) x
|
||||
#endif
|
||||
|
||||
#include "compat.h"
|
||||
#include "simd-compat.h"
|
||||
#include "algo/sha/sha3-defs.h"
|
||||
/*
|
||||
* NIST API Specific types.
|
||||
*/
|
||||
|
||||
//typedef unsigned char BitSequence;
|
||||
|
||||
//#ifdef HAS_64
|
||||
// typedef u64 DataLength;
|
||||
//#else
|
||||
// typedef unsigned long DataLength;
|
||||
//#endif
|
||||
|
||||
// can't find u32 or fft-t
|
||||
#include <stdint.h>
|
||||
typedef uint32_t u32;
|
||||
typedef int fft_t;
|
||||
|
||||
|
||||
//typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHBITLEN = 2} HashReturn;
|
||||
|
||||
typedef struct {
|
||||
unsigned int hashbitlen;
|
||||
unsigned int blocksize;
|
||||
|
||||
Reference in New Issue
Block a user