macro_rules! monty_field_reduce {
(
name: $fe:tt,
params: $params:ty,
uint: $uint:path,
) => { ... };
}Expand description
Write Reduce impls for a particular field implementation which delegate to
MontyFieldElement.