]> git.proxmox.com Git - libgit2.git/commit
hash: include sha1collisiondetection
authorEdward Thomson <ethomson@github.com>
Fri, 24 Feb 2017 13:34:01 +0000 (13:34 +0000)
committerEdward Thomson <ethomson@github.com>
Fri, 3 Mar 2017 10:50:27 +0000 (10:50 +0000)
commit2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0
tree51970e392a6dadb1b0e2900ec4dd3868bf6cbc5f
parenta371a8ae94ff234acdc19cb35dead4312465ffce
hash: include sha1collisiondetection

Include the SHA1 collision attack detection library from
https://github.com/cr-marcstevens/sha1collisiondetection
CMakeLists.txt
COPYING
include/git2/errors.h
src/hash.h
src/hash/hash_collisiondetect.h [new file with mode: 0644]
src/hash/sha1dc/sha1.c [new file with mode: 0644]
src/hash/sha1dc/sha1.h [new file with mode: 0644]
src/hash/sha1dc/ubc_check.c [new file with mode: 0644]
src/hash/sha1dc/ubc_check.h [new file with mode: 0644]