mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
Remove impl Default for ProjectivePoint.
This commit is contained in:
parent
38aa0ee2b7
commit
3324e7d0ae
1 changed files with 0 additions and 6 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue