bitmessage-js/src/pow.h

10 lines
173 B
C
Raw Normal View History

2015-01-09 21:36:42 +00:00
#ifndef BITMESSAGE_POW_H
#define BITMESSAGE_POW_H
int pow(uint32_t pool_size,
int64_t target,
const uint8_t* initial_hash,
int64_t* nonce);
#endif