Function biguint_to_naf

Source
pub fn biguint_to_naf(n: &BigUint) -> Vec<i8>
Expand description

Convert a positive integer into a Non-Adjacent Form (NAF) digit vector (LSB-first).