aboutsummaryrefslogtreecommitdiffstats
path: root/src/sha160.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unroll the loops in SHA_160::hash that unpack the input and perform thelloyd2008-03-091-4/+15
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* sha160.cpp needs include of bit_ops.h, problem was masked by the asm versionslloyd2007-10-191-0/+1
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+1
* Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-311-3/+3
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Let SHA_160::W be resized dynamically; potentially the asm version couldlloyd2006-08-211-0/+8
* Clear the W buffer inside the SHA_160::clear() functionslloyd2006-08-131-0/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+122