mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
it wouldn't be
This commit is contained in:
parent
f7f3f79da8
commit
0c58de0367
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue