From ce45cfec8eaa3735831af74f3e301d74548fce66 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 25 Jan 2018 12:16:11 -0800 Subject: [PATCH] This isn't true after renaming the struct --- src/edwards.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/edwards.rs b/src/edwards.rs index 8c12ee9..4b130dc 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -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 {