dusk-plonk 0.2.8

A pure-Rust implementation of the PLONK ZK-Proof algorithm
Documentation
1
2
3
4
/// A fixed base curve addition gate
pub(crate) mod fixed_base_gate;
/// A variable base curve addition gate
pub(crate) mod variable_base_gate;