Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kobigurk/aggregatable-dkg
Aggregatable Distributed Key Generation
https://github.com/kobigurk/aggregatable-dkg
Last synced: about 1 month ago
JSON representation
Aggregatable Distributed Key Generation
- Host: GitHub
- URL: https://github.com/kobigurk/aggregatable-dkg
- Owner: kobigurk
- License: apache-2.0
- Created: 2021-01-02T18:38:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T17:31:27.000Z (over 2 years ago)
- Last Synced: 2024-08-04T04:01:06.089Z (4 months ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 45
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tss - aggregatable-dkg (Kobi Gurkan)
README
# Aggregatable DKG and VUF
**WARNING: this code should not be used in production!**
Implementation of [Aggregatable Distributed Key Generation](https://eprint.iacr.org/2021/005), a distributed key generation (DKG) protocol with aggregatable and publicly verifiable transcripts and a new efficient verifiable unpredictable function (VUF) that can be securely combined with it.
## Installation
Install a recent stable Rust toolchain using [rustup](https://rustup.rs/).
## Testing
Run `cargo test` to test both simple signing and aggregation.
## Benchmarks
Run `cargo bench`.