Remove impl Default for ProjectivePoint.

This commit is contained in:
Isis Lovecruft 2018-07-20 19:51:51 +00:00
parent 38aa0ee2b7
commit 3324e7d0ae
Failed to extract signature

View file

@ -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{