smr/src/keccak.h

5 lines
144 B
C
Raw Normal View History

2020-05-16 01:10:11 +02:00
typedef unsigned char u8;
typedef unsigned long long int u64;
typedef unsigned int ui;
void FIPS202_SHA3_512(const u8 *in, u64 inLen, u8 *out);