pool/stratum/algos/bastion.h
2017-03-09 18:01:08 +01:00

16 lines
201 B
C

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