Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Reverie

Nightly Rust CI Status

Reverie is an implementation (prover and verifier) of the MPC-in-the-head NIZKPoK outlined in Improved Non-Interactive Zero Knowledge with Applications to Post-Quantum Signatures. Reverie seeks to offer concrete prover efficiency (linear proving time with small constants) for complex predicates. The implementation seeks to offer 128-bits of (classical) security and support arbitrary rings, most efficiently Z2, Z8, Z16, Z32 and Z64.

Reverie provides both a library (with a simplified and a streaming interface), in addition to a "companion" program for proving/verifying statements specified in Bristol format to enable easy experimentation.

Building

Reverie requires a relatively recent nightly Rust.

$ cargo build

About

An efficient and generalized implementation of the IKOS-style KKW proof system (https://eprint.iacr.org/2018/475) for arbitrary rings.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.