This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0f53f939a1
openssl
/
crypto
/
whrlpool
/
wp_locl.h
4 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
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
#
include
<openssl/whrlpool.h>
Run util/openssl-format-source -v -c . Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 03:40:55 +00:00
void
whirlpool_block
(
WHIRLPOOL_CTX
*
,
const
void
*
,
size_t
)
;
Reference in a new issue
Copy permalink