Files
dusk_plonk
1
2
3
4
5
mod proverkey;
mod verifierkey;

pub use proverkey::ProverKey;
pub use verifierkey::VerifierKey;