NEMESIS: Non-interactive Encrypted Methodology for Efficient Secure Information Sharing NEMESIS is a crypto library with a focus on Zero-Knowledge Proofs written in Rust. The library consists of the following protocols: KZG BulletProofs FRI Sumcheck Usage You can compile the library with cargo build and run the tests with cargo test.