Releases: cr-marcstevens/sha1collisiondetection
Releases · cr-marcstevens/sha1collisiondetection
stable-v1.0.3
Merge pull request #23 from cr-marcstevens/bigendian * Protect against outside definitions of SHA1DC_BIGENDIAN, one can fo…
stable-v1.0.2
Update README.md
Release development-v1.0.1
This is a large cleanup version:
- removed unused recompression functions and uses switch instead of a lookup table
- non-api functions are now static and not exported anymore
- compiles in c90 standard
- removed SIMD for now:
this was still WIP and still missed runtime selection code.
Work on this has been moved to simd branch - Makefile rewrite:
- Added install target
- Support for libtool-less systems
It is still marked as development for now, as naming might still change.
Thanks to all who have contributed!