summaryrefslogtreecommitdiff
path: root/cipher/hash-common.c
Commit message (Expand)AuthorAgeFilesLines
* hash-common: fix heap overflow when writing more data after finalJussi Kivilinna2021-01-291-0/+7
* hash-common: avoid integer division to reduce call overheadJussi Kivilinna2019-10-141-4/+5
* Reduce overhead on generic hash write functionJussi Kivilinna2019-03-231-21/+39
* Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna2015-10-311-6/+22
* cipher: Remove useless NULL check.Werner Koch2015-03-161-1/+1
* doc: State that gcry_md_write et al may be used after md_read.Werner Koch2015-01-051-1/+4
* Add bulk processing for hash transform functionsJussi Kivilinna2013-12-171-11/+14
* md: Fix hashing for data >= 256 GBWerner Koch2013-11-141-2/+4
* Use hash transform function return type for passing burn stack depthJussi Kivilinna2013-09-211-4/+6
* Make SHA-512 use the new _gcry_md_block_write helperJussi Kivilinna2013-09-211-1/+4
* Separate common md block codeDmitry Eremin-Solenikov2013-09-181-0/+45
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-9/+8
* Add files.Werner Koch2008-09-121-0/+94