zkstd 0.0.22

zero knowledge proof standard library
Documentation
1
2
3
4
5
6
7
8
//! The arithmetic operation of limbs, points and bit operation.
//! Algebraic algorithms are here.
mod limbs;
mod points;
pub mod utils;

pub use limbs::{bits_256, bits_384};
pub use points::*;