mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
This isn't true after renaming the struct
This commit is contained in:
parent
3f7923b628
commit
ce45cfec8e
1 changed files with 0 additions and 4 deletions
|
|
@ -160,10 +160,6 @@ impl<'de> Deserialize<'de> for EdwardsPoint {
|
|||
// ------------------------------------------------------------------------
|
||||
|
||||
/// An `EdwardsPoint` represents a point on the Edwards form of Curve25519.
|
||||
///
|
||||
/// The name refers to the extended twisted Edwards coordinates of
|
||||
/// Hisil, Wong, Carter, and Dawson, and more details on curve models
|
||||
/// can be found in the `curve25519-dalek` internal documentation.
|
||||
#[derive(Copy, Clone)]
|
||||
#[allow(missing_docs)]
|
||||
pub struct EdwardsPoint {
|
||||
|
|
|
|||
Loading…
Reference in a new issue