24#ifndef __KECCAK256_HPP_
25#define __KECCAK256_HPP_
27#define sha3_max_permutation_size 25
28#define sha3_max_rate_in_qwords 24
void keccak_init(SHA3_CTX *ctx)
#define sha3_max_rate_in_qwords
void keccak_update(SHA3_CTX *ctx, const unsigned char *msg, uint16_t size)
void keccak_final(SHA3_CTX *ctx, unsigned char *result)
#define sha3_max_permutation_size
unsigned __int64 uint64_t