1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-08 22:07:56 +00:00
ccminer/scrypt/sha256.h

11 lines
331 B
C
Raw Normal View History

#ifndef SHA256_H
#define SHA256_H
#include <stdint.h>
extern "C" void prepare_sha256(int thr_id, uint32_t cpu_pdata[20], uint32_t cpu_midstate[8]);
extern "C" void pre_sha256(int thr_id, int stream, uint32_t nonce, int throughput);
extern "C" void post_sha256(int thr_id, int stream, int throughput);
#endif // #ifndef SHA256_H