summaryrefslogtreecommitdiffstats
path: root/include/rmd160.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Make the `filename' parameter to HASHFile() and HASHFileChunk() constjfb2004-06-221-3/+3
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-2/+5
* Undo some recent prototype changes; it is legal to pass the helpermillert2004-04-291-4/+4
* Use a common source file for all the hash helper functions thatmillert2004-04-261-15/+19
* Remove unnecessary typedef usage.espie2004-01-221-8/+8
* corrent __bounded__ attribute for the *Data functions, and addavsm2003-10-071-7/+14
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-2/+3
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-3/+2
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-2/+3
* o Ansi function headersmillert2002-12-231-1/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* new rmd160 implementation. based onmarkus2001-10-011-40/+35
* prototype mismatch for RMD160Update()millert1999-08-161-2/+2
* teach rmd160 not to throw leftovers out the windowjanjaap1998-03-231-2/+3
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+2
* mdX(3)-like interface to RIPEMD-160 hash function. Code bymillert1997-07-171-0/+45