A home for legacy crypto algorithms in Go, which are not in go crytpo or x/crypto. This project was inspired by the deprecation of older crypto implementations and the discussion of adding more deprecated hashes in x/crypto.
Open an issue/PR if you'd like to see more algorithms. Please provide links to publications, reference implementations, etc.
go get -u github.com/y3sh/go-legacy-crypto/ripemd320
go get -u github.com/y3sh/go-legacy-crypto/whirlpool
go get -u github.com/y3sh/go-legacy-crypto/skipjack32
go get -u github.com/y3sh/go-legacy-crypto/...
make test