/kryptology

Primary LanguageGoApache License 2.0Apache-2.0

Kryptology

GoDoc

Coinbase's advanced cryptography library

Quickstart

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

Components

Developer Setup

Prerequisites: golang 1.16, make

git clone git@github.com:coinbase/kryptology.git && make 

Contributing

  • 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