circomspect_circom_algebra/
lib.rs

1pub extern crate num_bigint_dig as num_bigint;
2pub extern crate num_traits;
3
4pub mod modular_arithmetic;