aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/sha160.cpp
Commit message (Expand)AuthorAgeFilesLines
* The assembly code is only using 81 words of W, but 84 were being allocated.lloyd2006-08-211-2/+2
* Inside the compression function, store the original stack pointer in thelloyd2006-08-211-2/+2
* 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
* Rename sha_x86 module to alg_ia32; there will probably be other algorithmslloyd2006-08-131-0/+43