Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 471 Bytes

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:

Usage

You can compile the library with cargo build and run the tests with cargo test.