summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool/wp_locl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-28 20:09:58 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-28 20:09:58 +0000
commitd1593e6b15a6cb39a306b41669cda170c1d0da99 (patch)
tree9f2028e4c86be081a28a3915ac99c454b4755fc2 /crypto/whrlpool/wp_locl.h
parenta53cb070e34d645ccc1b63c6c2e82658ca7cda37 (diff)
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...
Diffstat (limited to 'crypto/whrlpool/wp_locl.h')
-rw-r--r--crypto/whrlpool/wp_locl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/whrlpool/wp_locl.h b/crypto/whrlpool/wp_locl.h
new file mode 100644
index 0000000000..94e56a39f1
--- /dev/null
+++ b/crypto/whrlpool/wp_locl.h
@@ -0,0 +1,3 @@
+#include <openssl/whrlpool.h>
+
+void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);