diff --git a/src/edwards.rs b/src/edwards.rs index 810bc20..1524dbd 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -753,7 +753,7 @@ impl EdwardsPoint { pub struct EdwardsBasepointTable(pub(crate) [LookupTable; 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., /// $$