merkle
is a small Go library that implements several cryptographic constructs.
Written primarily for educational purposes rather than production :-)
.
go get github.com/butcher-of-blaviken/merkle
go test -cover
- Block ciphers
- Stream ciphers
- Cryptographic hashes (SHA-1, SHA-256, etc.)
- Digital signature algorithsm (ECDSA, Schnorr, BLS, etc.)