Skip to content

404ed/kryptology

 
 

Repository files navigation

Kryptology

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/[email protected]

Components

Developer Setup

Prerequisites: golang 1.16, make

git clone [email protected]: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

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.2%
  • Assembly 1.7%
  • Other 1.1%