Add reference to 2012/549

This commit is contained in:
Henry de Valence 2019-06-04 13:41:43 -07:00
parent 5921d6d2ac
commit 19dcd62053

View file

@ -58,6 +58,7 @@ use prelude::*;
/// However, if `w` is too big and `n` is not too big, then `(2^w/2)*A` could dominate.
/// Therefore, the optimal choice of `w` grows slowly as `n` grows.
///
/// This algorithm is adapted from section 4 of https://eprint.iacr.org/2012/549.pdf.
pub struct Pippenger;
#[cfg(any(feature = "alloc", feature = "std"))]