Files
halo2curves_axiom/grumpkin/
mod.rs
1
2
3
4
mod
curve;
pub use
crate
::bn256::{Fq
as
Fr, Fr
as
Fq};
pub use
curve::
*
;