You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wborgeaud 029ecf228e Progress 3 years ago
src Progress 3 years ago
.gitignore First commit 3 years ago
Cargo.toml Progress 3 years ago
README.md Progress 3 years ago

README.md

Plonky2 implementation of the Semaphore protocol

Used as an example in the ZKHack Plonky2 presentation.

Compilation

rustup override set nightly # Requires nightly Rust
cargo test --release