zkstd 0.0.22

zero knowledge proof standard library
Documentation
1
2
3
4
5
mod normal;
mod represent;

pub use normal::{add, double, invert, mont, mul, neg, pow, square, sub};
pub use represent::*;