lettuce 0.1.3

Healthy lattice consructions in pure Rust.
Documentation
1
2
3
4
5
6
7
8
/// Succinct lattice inner product
///
/// Use structured lattice commitments to bind R1CS into an `O(N)` argument of knowledge.
/// Verify the argument of knowledge using an `O(log(N))` inner product argument.
///
/// Inner product argument should be mostly algebraic. Hashes or scalar SIS for commitment.