summaryrefslogtreecommitdiffstats
path: root/include/sha2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* i forgot to commit sha2.h changes for SHA512/256tedu2016-09-031-1/+21
* SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in amillert2013-04-151-2/+22
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Rename SHA256/384/512 API to avoid namespace collisions withdjm2008-09-061-39/+35
* Make the `filename' parameter to HASHFile() and HASHFileChunk() constjfb2004-06-221-7/+7
* Make the Transform functions match the other hash types and document them.millert2004-05-051-1/+4
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-1/+10
* Undo some recent prototype changes; it is legal to pass the helpermillert2004-04-291-13/+13
* Add __bounded__ attributes like the other hash functions have.millert2004-04-271-16/+34
* Add sha2 routines based on code by Aaron D. Gifford with minormillert2003-05-081-0/+92