Browse Source

Fixes for building on Mac

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
bed7c62bca
  1. 3
      sha3_cryptopp.h

3
sha3_cryptopp.h

@ -9,9 +9,8 @@ extern "C" {
#endif
struct ethash_h256;
typedef struct ethash_h256 ethash_h256_t;
void SHA3_256(ethash_h256_t const* ret, uint8_t const* data, size_t size);
void SHA3_256(struct ethash_h256 const* ret, uint8_t const* data, size_t size);
void SHA3_512(uint8_t* const ret, uint8_t const* data, size_t size);
#ifdef __cplusplus

Loading…
Cancel
Save