summaryrefslogtreecommitdiff
path: root/cipher/whirlpool.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-28md: add variable length output interfaceJussi Kivilinna1-1/+1
2015-05-02Enable AMD64 Whirlpool implementation for WIN64Jussi Kivilinna1-3/+12
2014-10-04Add Whirlpool AMD64/SSE2 assembly implementationJussi Kivilinna1-36/+55
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-4/+128
2013-12-17Add bulk processing for hash transform functionsJussi Kivilinna1-2/+17
2013-11-14md: Fix hashing for data >= 256 GBWerner Koch1-2/+7
2013-10-02md: Simplify the message digest dispatcher md.c.Werner Koch1-0/+1
2013-09-30Make Whirlpool use the _gcry_md_block_write helperJussi Kivilinna1-69/+28
2013-09-30whirlpool: add stack burning after transformJussi Kivilinna1-5/+11
2013-09-30whirlpool: do bitcount calculation in finalization partJussi Kivilinna1-25/+33
2013-09-21Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna1-20/+3
2013-09-10md: Fix Whirlpool flaw.Werner Koch1-3/+0
2013-09-10md: Update URL of the Whirlpool specs.Werner Koch1-5/+4
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-2/+2
2009-02-16Portability fixes.Werner Koch1-1/+0
2008-08-20Replace assert calls by a new gcry_assert at most places.Werner Koch1-2/+1
2007-02-21A lot of cleanups as well as minor API changes.Werner Koch1-7/+7
2005-04-112005-04-11 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-0/+1407