mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 06:47:53 +00:00
11 lines
251 B
C
11 lines
251 B
C
|
|
||
|
#define WILD_KECCAK_SCRATCHPAD_BUFFSIZE 1ULL << 28
|
||
|
#define WILD_KECCAK_ADDENDUMS_ARRAY_SIZE 10
|
||
|
|
||
|
extern uint64_t scratchpad_size;
|
||
|
|
||
|
extern uint32_t WK_CUDABlocks, WK_CUDAThreads;
|
||
|
|
||
|
void wildkeccak_scratchpad_need_update(uint64_t* pscratchpad_buff);
|
||
|
|