pub(crate) fn wnaf_form<S: AsRef<[u8]>>( wnaf: &mut Vec<i64>, c: S, window: usize, )
Replaces the contents of wnaf with the w-NAF representation of a little-endian scalar.
wnaf