it wouldn't be

This commit is contained in:
Henry de Valence 2018-07-16 22:22:58 -07:00
parent f7f3f79da8
commit 0c58de0367

View file

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