mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
d1593e6b15
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...
4 lines
90 B
C
4 lines
90 B
C
#include <openssl/whrlpool.h>
|
|
|
|
void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
|