Coinbase's advanced cryptography library
Use the latest version of this library:
go get github.com/coinbase/kryptology
Pin a specific release of this library:
go get github.com/coinbase/kryptology@v1.5.1
Prerequisites: golang 1.16
, make
git clone git@github.com:coinbase/kryptology.git && make
- Versioning:
vMajor.Minor.Patch
- Major revision indicates breaking API change or significant new features
- Minor revision indicates no API breaking changes and may include significant new features or documentation
- Patch indicates no API breaking changes and may include only fixes