Skip to content

Releases: cr-marcstevens/sha1collisiondetection

stable-v1.0.3

27 Mar 17:07
Compare
Choose a tag to compare
Merge pull request #23 from cr-marcstevens/bigendian

* Protect against outside definitions of SHA1DC_BIGENDIAN, one can fo…

stable-v1.0.2

05 Mar 19:57
Compare
Choose a tag to compare
Update README.md

Release development-v1.0.1

04 Mar 07:17
Compare
Choose a tag to compare

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!