poly-commit 0.0.13

polynomial commitment implementation
Documentation
1
2
3
4
5
mod key;
mod proof;

pub use key::{CommitmentKey, EvaluationKey};
pub use proof::Proof;