mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #308 from isislovecruft/fix/pippenger-typo
Fix typo of Pippenger's name.
This commit is contained in:
commit
5038fcf50a
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ impl EdwardsPoint {
|
|||
pub struct EdwardsBasepointTable(pub(crate) [LookupTable<AffineNielsPoint>; 32]);
|
||||
|
||||
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
|
||||
/// coefficients in \\([-8,8)\\), i.e.,
|
||||
/// $$
|
||||
|
|
|
|||
Loading…
Reference in a new issue