diff --git a/src/curve.rs b/src/curve.rs index 9d34f6f..3656174 100644 --- a/src/curve.rs +++ b/src/curve.rs @@ -822,6 +822,10 @@ impl<'b> SubAssign<&'b ExtendedPoint> for ExtendedPoint { } } +// ------------------------------------------------------------------------ +// Negation +// ------------------------------------------------------------------------ + impl<'a> Neg for &'a ExtendedPoint { type Output = ExtendedPoint;