midnight-proofs 0.7.1

Fast PLONK-based zero-knowledge proving system
1
2
3
4
5
6
7
//! The utils module contains small, reusable functions

pub mod arithmetic;
pub mod helpers;
pub mod rational;

pub use helpers::SerdeFormat;