Skip to content

cymony/cryptomony

Repository files navigation

License Go Reference Coverage Status

About

This library contains complete cryptographic protocols or partial implementations. We are publishing this library without guarantee. API, code, algorithm changes may occurs in the future according to Cymony's needs or changes in draft versions.

Installation

go get -u github.com/cymony/cryptomony

List of Utility Packages

In general, utility packages are packages prepared for easy usage. They are simple wrappers for the standard library packages.

  • hash: A wrapper for hash functions.
  • ksf: A wrapper for key stretching functions.
  • xof: A wrapper for extendable-output functions.

List of Algorithms

High-Level Protocols

Prime-Order Groups on Elliptic Curves

Zero-knowledge Proofs

License

This project is licensed under the BSD 3-Clause