openssl/crypto/whrlpool/wp_locl.h
Andy Polyakov d1593e6b15 Whirlpool hash implementation. The fact that subdirectory and .h file are
called whrlpool is not a typo, but a way to keep the names shorter than
8 characters. Remaining TODO list comprises adding OID, EVP, corresponding
flag to apps/openssl dgst, benchmark, engage assembler...
2005-11-28 20:09:58 +00:00

3 lines
90 B
C

#include <openssl/whrlpool.h>
void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);