sha1collisiondetection

Library and command line tool to detect SHA-1 collision in a file

OTHER License

Downloads
1
Stars
1.3K
Committers
12

Bot releases are hidden (Show)

sha1collisiondetection - stable-v1.0.3 Latest Release

Published by cr-marcstevens over 7 years ago

sha1collisiondetection -

Published by cr-marcstevens over 7 years ago

sha1collisiondetection - Release development-v1.0.1

Published by cr-marcstevens over 7 years ago

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!