sha1collisiondetection
sha1collisiondetection copied to clipboard
Library and command line tool to detect SHA-1 collision in a file
Building on AIX using XLC gives an error during make test: Error: Compiled for incorrect endianness This also breaks in git from 2.13.2 Add a #ifdef guard based on macros...
Makes compilation using xlc on AIX (and likely other compilers) not warn so much.
I noticed that on some older PPC systems I have, the SHA1 hashes created in git were failing since this code was included. When built with newer gcc compilers (e.g....
Upon code review, @cr-marcstevens and I noticed that the ihv2 buffers and m2 buffers on the context are unnecessary for the struct. And hence can be removed to simplify the...
Kudos for the impressive results and this very interesting project! Also, let me apologize in advance for reporting the obvious, as well as in case I am missing something about...
Otherwise it's built in little endian mode. Resolves #40
The URL http://www.oracle.com/technetwork/server-storage/solaris/portingtosolaris-138514.html in code comment at: https://github.com/cr-marcstevens/sha1collisiondetection/blob/1c620d8083dbfad810490bed327ce635dc030872/lib/sha1.c#L88-L93 appears to be dead. I tried to find it on oracle.com or an archived version of it, but nothing came up. The...