summaryrefslogtreecommitdiff
path: root/packages/hash/src
Commit message (Expand)AuthorAgeFilesLines
* * changed output only parameters from var to outivost2010-12-071-13/+13
* * implemented uuid_create_sha1_from_nameivost2010-04-192-29/+29
* * added crc128 supportivost2010-04-191-10/+449
* + sha1 unit by Sergei Gorelkin, resolves #14604florian2009-09-161-0/+305
* * fixed range/overflow errorsjonas2009-02-071-0/+16
* * fixed compilation with range checking switched onjonas2009-02-071-0/+5
* * renamed rol/ror functions into rolbyte/rolword/roldword/rolqwordjonas2009-01-281-7/+7
* * completed md5.pp fixes (forgot to uncomment some code pieces)ivost2009-01-202-46/+10
* * fixed little bug in crc32 and crc64ivost2009-01-201-7/+3
* * fixed crc sampleivost2009-01-201-3/+7
* * added crc64 functionivost2009-01-202-67/+264
* * fixed for 64 bit targetsflorian2008-08-171-7/+7
* * teach peephole optimizer about ror/rolflorian2008-07-281-7/+0
* * fixed md2/md4/md5 for big endian systems (mdtest now passes on ppc)jonas2008-04-211-2/+6
* * patch from sergei to fix alignmentmarco2008-01-301-4/+5
* * fixed calculation of md4/md5 for files > 512MB on 32 bit systemsjonas2008-01-121-1/+1
* * fix compile with 2.0peter2007-10-301-1/+27
* * move hashpeter2007-10-255-0/+1699