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