halo2curves_axiom/grumpkin/
mod.rs

1mod curve;
2
3pub use crate::bn256::{Fq as Fr, Fr as Fq};
4pub use curve::*;