mirrir0 / coconut

Implementations of the Coconut signing scheme, cross-compatible between Rust and Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coconut

Coconut [paper] is a distributed cryptographic signing scheme providing a high degree of privacy for its users. You can find an overview of how to use it in the Coconut section of the Nym documentation.

A simple explanation is also available in blog form.

This repo contains Go and Rust implementations of Coconut.

Note: Currently the libraries are not interoperable - different methods of curve hash are being used.

License

Coconut is released under the Apache-2.0 license. See inside the LICENSES folder of each project.

About

Implementations of the Coconut signing scheme, cross-compatible between Rust and Go.


Languages

Language:Go 51.1%Language:Rust 47.0%Language:Python 1.9%