zkstd 0.0.22

zero knowledge proof standard library
Documentation
1
2
3
4
5
6
//! macro used for crypto components construction
pub mod curve;
pub mod extension_field;
pub mod field;
pub mod pairing;
pub mod refops;