macro_rules! impl_sw_group_ops {
($struct_name:ident, $field:ty) => { ... };
}
Expand description
Implements Group
on $struct_name
assuming that $struct_name
implements WeierstrassPoint
.
Assumes that Neg
is implemented for &$struct_name
.