mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add reference to 2012/549
This commit is contained in:
parent
5921d6d2ac
commit
19dcd62053
1 changed files with 1 additions and 0 deletions
|
|
@ -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"))]
|
||||
|
|
|
|||
Loading…
Reference in a new issue