Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymtech/coconut
Implementations of the Coconut signing scheme, cross-compatible between Rust and Go.
https://github.com/nymtech/coconut
Last synced: 6 days ago
JSON representation
Implementations of the Coconut signing scheme, cross-compatible between Rust and Go.
- Host: GitHub
- URL: https://github.com/nymtech/coconut
- Owner: nymtech
- Created: 2021-06-15T09:51:53.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T16:06:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:18:09.119Z (over 1 year ago)
- Language: Go
- Size: 1.61 MB
- Stars: 21
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Coconut
=======Coconut [[paper](https://arxiv.org/abs/1802.07344)] 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](https://nymtech.net/docs/overview/private-access-control/) of the Nym documentation.
A [simple explanation](https://constructiveproof.com/posts/2020-03-24-nym-credentials-overview/) 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.
[comment]: <> (They are interoperable - credentials created and re-randomized in Rust can be verified in Go, and vice versa.)
Running the Rust CLI demo
================First, install Rust for your operating system. Instructions can be found at the [Rust](https://rust-lang.org) website.
Once Rust is installed:
```
git clone https://github.com/nymtech/coconut.gitcd coconut/cli-demo-rs
cargo run
```Follow the prompts to demonstrate Coconut functionality.
We suggest:
4 issuing authorities
Threshold of 3
2 public attributes
1 private attributeRunning the Webassembly demo
==================Instructions are in the [webassembly-demo README](wasm-demo)
License
-------Coconut is released under the Apache-2.0 license. See inside the LICENSES folder of each project.
This project was partially funded through the NGI0 PET Fund, a fund established by NL.net with financial support from the European Commission's NGI programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 825310.