Merge pull request #308 from isislovecruft/fix/pippenger-typo

Fix typo of Pippenger's name.
This commit is contained in:
isis agora lovecruft 2020-07-01 01:14:10 +00:00 committed by GitHub
commit 5038fcf50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.,
/// $$