Categorygithub.com/y3sh/go-legacy-crypto
repository
1.0.0
Repository: https://github.com/y3sh/go-legacy-crypto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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