# Plonky2 implementation of the [Semaphore protocol](https://semaphore.pse.dev) Used as an example in the ZKHack Plonky2 presentation. ## Compilation ```bash rustup override set nightly # Requires nightly Rust cargo test --release ```