Whirlpool hash implementation. The fact that subdirectory and .h file are
authorAndy Polyakov <appro@openssl.org>
Mon, 28 Nov 2005 20:09:58 +0000 (20:09 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 28 Nov 2005 20:09:58 +0000 (20:09 +0000)
commitd1593e6b15a6cb39a306b41669cda170c1d0da99
tree9f2028e4c86be081a28a3915ac99c454b4755fc2
parenta53cb070e34d645ccc1b63c6c2e82658ca7cda37
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...
Makefile.org
crypto/perlasm/x86ms.pl
crypto/perlasm/x86nasm.pl
crypto/perlasm/x86unix.pl
crypto/whrlpool/asm/wp-mmx.pl [new file with mode: 0644]
crypto/whrlpool/whrlpool.h [new file with mode: 0644]
crypto/whrlpool/wp_block.c [new file with mode: 0644]
crypto/whrlpool/wp_dgst.c [new file with mode: 0644]
crypto/whrlpool/wp_locl.h [new file with mode: 0644]
crypto/whrlpool/wp_test.c [new file with mode: 0644]
test/Makefile