mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
3.7.5 Further document multiexp functions
This commit is contained in:
@@ -5,6 +5,8 @@ use group::Group;
|
||||
|
||||
use crate::prep_bits;
|
||||
|
||||
// Pippenger's algorithm for multiexponentation, as published in the SIAM Journal on Computing
|
||||
// DOI: 10.1137/0209022
|
||||
pub(crate) fn pippenger<G: Group>(pairs: &[(G::Scalar, G)], window: u8) -> G
|
||||
where
|
||||
G::Scalar: PrimeFieldBits,
|
||||
|
||||
Reference in New Issue
Block a user