From 7e2aed394364f88541d482e0de9f560e0c1a016d Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 10 Dec 2019 20:33:53 +0000 Subject: [PATCH] Fix typo of Pippenger's name. --- src/edwards.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edwards.rs b/src/edwards.rs index d72ec28..1a7d18b 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -758,7 +758,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., /// $$