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/[email protected]
Prerequisites: golang 1.16
, make
git clone [email protected]:coinbase/kryptology.git && make
- Versioning:
vMajor.Minor.Patch
- Major revision indicates breaking API changes 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