wnaf_exp

Function wnaf_exp 

Source
pub(crate) fn wnaf_exp<G: Group>(table: &[G], wnaf: &[i64]) -> G
Expand description

Performs w-NAF exponentiation with the provided window table and w-NAF form scalar.

This function must be provided a table and wnaf that were constructed with the same window size; otherwise, it may panic or produce invalid results.