pool/stratum/algos/x22i.h
Tanguy Pruvot 8ad60658e4 Add x22i algo support, based on ccminer-x22i code, cleaned
Personal note: imo a factor for 256 would have been useful

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2018-10-03 20:05:29 +02:00

16 lines
192 B
C

#ifndef X22I_H
#define X22I_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
void x22i_hash(const char* input, char* output, uint32_t len);
#ifdef __cplusplus
}
#endif
#endif