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.
arnaucube 5411adb208 Add inline comments describing the usage of methods 10 months ago
src Add inline comments describing the usage of methods 10 months ago
.gitignore First commit 3 years ago
Cargo.toml update to latest plonky2 version 10 months ago
README.md Add inline comments describing the usage of methods 10 months 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