Files
dusk_plonk
1
2
3
4
pub(crate) mod constants;
#[allow(clippy::module_inception)]
pub(crate) mod permutation;
pub use permutation::Permutation;