mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fix typo of Pippenger's name.
This commit is contained in:
parent
46f56f91ee
commit
7e2aed3943
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ impl EdwardsPoint {
|
||||||
pub struct EdwardsBasepointTable(pub(crate) [LookupTable<AffineNielsPoint>; 32]);
|
pub struct EdwardsBasepointTable(pub(crate) [LookupTable<AffineNielsPoint>; 32]);
|
||||||
|
|
||||||
impl EdwardsBasepointTable {
|
impl EdwardsBasepointTable {
|
||||||
/// The computation uses Pippeneger's algorithm, as described on
|
/// The computation uses Pippenger's algorithm, as described on
|
||||||
/// page 13 of the Ed25519 paper. Write the scalar \\(a\\) in radix \\(16\\) with
|
/// page 13 of the Ed25519 paper. Write the scalar \\(a\\) in radix \\(16\\) with
|
||||||
/// coefficients in \\([-8,8)\\), i.e.,
|
/// coefficients in \\([-8,8)\\), i.e.,
|
||||||
/// $$
|
/// $$
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue