mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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 {
|
impl Identity for ProjectiveNielsPoint {
|
||||||
fn identity() -> ProjectiveNielsPoint {
|
fn identity() -> ProjectiveNielsPoint {
|
||||||
ProjectiveNielsPoint{
|
ProjectiveNielsPoint{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue