- 24 Jun, 2019 1 commit
-
-
As we will include additional hash algorithms in the future due to upstream git discussing a move away from SHA1, we should accomodate for that and prepare for the move. As a first step, move all SHA1 implementations into a common subdirectory. Also, create a SHA1-specific header file that lives inside the hash folder. This header will contain the SHA1-specific header includes, function declarations and the SHA1 context structure.
Patrick Steinhardt committed
-
- 07 Jun, 2017 1 commit
-
-
This updates our version of SHA1DC to e139984 (Merge pull request #35 from lidl/master, 2017-05-30).
Patrick Steinhardt committed
-
- 23 Mar, 2017 1 commit
-
-
Update SHA-1 collision detection code (cr-marcstevens/sha1collisiondetection) to master to include performance improvements.
Edward Thomson committed
-
- 03 Mar, 2017 1 commit
-
-
Include the SHA1 collision attack detection library from https://github.com/cr-marcstevens/sha1collisiondetection
Edward Thomson committed
-