pub(crate) fn wnaf_form<S: AsRef<[u8]>>(
wnaf: &mut [Digit],
c: S,
bit_len: usize,
window: usize,
) -> usizeExpand description
Fills wnaf with the wNAF representation of a little-endian scalar, and returns the
number of digits written.