pub(crate) fn wnaf_table<G: Group>(table: &mut Vec<G>, base: G, window: usize)
Replaces the contents of table with a w-NAF window table for the given window size.
table