summaryrefslogtreecommitdiff
path: root/src/hash/sha1dc
Commit message (Collapse)AuthorAgeFilesLines
* sha1dc: update to fix endianess issues on AIX/HP-UXPatrick Steinhardt2019-06-111-3/+14
| | | | | | | Update our copy of sha1dc to the upstream commit 855827c (Detect endianess on HP-UX, 2019-05-09). Changes include fixes to endian detection on AIX and HP-UX systems as well as a define that allows us to force aligned access, which we're not using yet.
* sha1dc: update to fix errors with endianessbgermann2018-03-281-23/+67
| | | | This updates the version of SHA1DC to c3e1304ea3.
* sha1dc: update to fix errors with endianess and unaligned accessPatrick Steinhardt2017-06-074-52/+136
| | | | | This updates our version of SHA1DC to e139984 (Merge pull request #35 from lidl/master, 2017-05-30).
* sha1dc: perf improvements from upstreamEdward Thomson2017-03-234-219/+886
| | | | | Update SHA-1 collision detection code (cr-marcstevens/sha1collisiondetection) to master to include performance improvements.
* hash: include sha1collisiondetectionEdward Thomson2017-03-034-0/+1639
Include the SHA1 collision attack detection library from https://github.com/cr-marcstevens/sha1collisiondetection