Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pjbgf pjbgf released this 24 Nov 22:00
· 288 commits to main since this release
5d99dbc

Initial version with two implementations:

  • sha1cd/cgo package that calls the original SHA1 collision detection code in C, via CGO calls.
  • sha1cd provides a pure Go implementation.