dory-pcs 0.3.0

A high performance and modular implementation of the Dory polynomial commitment scheme.
Documentation
1
2
3
4
5
6
7
//! # Primitives
//! This submodule defines the basic EC and FS related tools that Dory is built upon
pub mod arithmetic;
pub mod poly;
pub mod serialization;
pub mod transcript;
pub use serialization::*;