summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool/asm
AgeCommit message (Collapse)Author
2014-02-01wp-mmx.pl: ~10% performance improvement.Andy Polyakov
(cherry picked from commit ae007d4d09f2ed9940c6e581bab9290d78615506)
2014-02-01wp-x86_64.pl: ~10% performance improvement.Andy Polyakov
(cherry picked from commit 701d593f7095db84459c76265349a83d30a4cae5)
2013-01-22x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov
PR: 2963 and a number of others
2012-06-27x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov
on path with spaces [from HEAD]. PR: 2835
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-01-13Make all x86_64 modules independent on current working directory.Andy Polyakov
2008-01-05Update perl asm scripts include paths for perlasm.Dr. Stephen Henson
2005-12-06Fix typos in wp-mmx.pl.Andy Polyakov
2005-12-03Couple other benchmark comparisons for wp-x86_64.pl.Andy Polyakov
2005-11-30Whirlpool for x86_64.Andy Polyakov
2005-11-30Fix typos in wp-mmx.pl.Andy Polyakov
2005-11-28Remove development leftover from whrlpool/asm/wp-mmx.pl.Andy Polyakov
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov
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...