From 3324e7d0ae7b8c5fc6c65e9d7523322df433382f Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 20 Jul 2018 19:51:51 +0000 Subject: [PATCH] Remove impl Default for ProjectivePoint. --- src/curve_models/mod.rs | 6 ------ 1 file changed, 6 deletions(-) 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{