macro_rules! test_primefield_constants {
($fe:tt, $uint:ident) => { ... };
}Expand description
Implement tests for constants defined by the PrimeField trait.
macro_rules! test_primefield_constants {
($fe:tt, $uint:ident) => { ... };
}Implement tests for constants defined by the PrimeField trait.