aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md4_x86_32
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for the change to using std::vector in x86-32 specific codelloyd2012-06-121-1/+1
| | | | | | | (relying on implicit pointer conversions). Also, change Serpent::set_round_keys (used by the x86-32 asm version) to assign() the values instead of copying, as we rely on the key schedule to allocate the key values now to minimize memory waste.
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-224-0/+211
Back the reported version from 1.10.0 to 1.9.17 for the time being. Still on the fence if this will be 1.10.0 or another release candidate instead.