This isn't true after renaming the struct

This commit is contained in:
Henry de Valence 2018-01-25 12:16:11 -08:00
parent 3f7923b628
commit ce45cfec8e

View file

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