macro_rules! impl_wnaf_size_for_scalar {
($fe:ty) => { ... };
}Expand description
Write an impl of the WnafSize trait automatically based on the PrimeField impl.
macro_rules! impl_wnaf_size_for_scalar {
($fe:ty) => { ... };
}Write an impl of the WnafSize trait automatically based on the PrimeField impl.