Go to the documentation of this file. 1 #ifndef HEADER_WHRLPOOL_H
2 #define HEADER_WHRLPOOL_H
11 #define WHIRLPOOL_DIGEST_LENGTH (512/8)
12 #define WHIRLPOOL_BBLOCK 512
13 #define WHIRLPOOL_COUNTER (256/8)
26 #ifndef OPENSSL_NO_WHIRLPOOL
34 unsigned char *
WHIRLPOOL(
const void *inp,
size_t bytes,
unsigned char *md);