summaryrefslogtreecommitdiff
path: root/src/hash/sha1dc/ubc_check.c
Commit message (Collapse)AuthorAgeFilesLines
* sha1dc: update to fix errors with endianess and unaligned accessPatrick Steinhardt2017-06-071-0/+9
| | | | | 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-231-2/+4
| | | | | Update SHA-1 collision detection code (cr-marcstevens/sha1collisiondetection) to master to include performance improvements.
* hash: include sha1collisiondetectionEdward Thomson2017-03-031-0/+361
Include the SHA1 collision attack detection library from https://github.com/cr-marcstevens/sha1collisiondetection