Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 743 Bytes

Go Legacy Crypto

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.

Contributing

Open an issue/PR if you'd like to see more algorithms. Please provide links to publications, reference implementations, etc.

Install:

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/...

Test

make test