From 0c58de036787a34c1db791ee3c84fd8e292ada3f Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 16 Jul 2018 22:22:58 -0700 Subject: [PATCH] it wouldn't be --- src/edwards.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/edwards.rs b/src/edwards.rs index 9930d84..df2f8c8 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -689,8 +689,6 @@ impl EdwardsBasepointTable { } /// Get the basepoint for this table as an `EdwardsPoint`. - /// - /// XXX maybe this would be better as a `From` impl pub fn basepoint(&self) -> EdwardsPoint { // self.0[0].select(1) = 1*(16^2)^0*B // but as an `AffineNielsPoint`, so add identity to convert to extended.