diff --git a/src/curve_models/mod.rs b/src/curve_models/mod.rs index 45c2919..d2ded64 100644 --- a/src/curve_models/mod.rs +++ b/src/curve_models/mod.rs @@ -212,12 +212,6 @@ impl Identity for ProjectivePoint { } } -impl Default for ProjectivePoint { - fn default() -> ProjectivePoint { - ProjectivePoint::identity() - } -} - impl Identity for ProjectiveNielsPoint { fn identity() -> ProjectiveNielsPoint { ProjectiveNielsPoint{