p3-monty-31 0.4.3

An implementation of a generic prime field F_p, where 2^30 < p < 2^31 using Montgomery arithmetic.
Documentation
1
2
3
4
5
6
7
mod packing;
mod poseidon2;
mod utils;

pub use packing::*;
pub use poseidon2::*;
pub use utils::*;