EVP_WHIRLPOOL(3) Library Functions Manual EVP_WHIRLPOOL(3)

EVP_whirlpoolWHIRLPOOL hash function for EVP

#include <openssl/evp.h>

const EVP_MD *
EVP_whirlpool(void);

WHIRLPOOL is a cryptographic hash function producing a message digest of 512 bits.

EVP_whirlpool() returns a pointer to a static EVP_MD object implementing the WHIRLPOOL hash function.

evp(3), EVP_DigestInit(3)

ISO/IEC 10118-3:2004

EVP_whirlpool() first appeared in OpenSSL 1.0.0 and has been available since OpenBSD 4.9.

The WHIRLPOOL algorithm was designed by Vincent Rijmen and Paulo S. L. M. Barreto.

August 25, 2019 Linux 6.8.2-arch2-1