HAOYUatHZ / kryptology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 97.1%Language:Assembly 1.7%Language:Rust 1.0%Language:Makefile 0.1%Language:Shell 0.0%