Function twos_complement_le

Source
fn twos_complement_le(digits: &mut [u8])
Expand description

Perform in-place two’s complement of the given binary representation, in little-endian byte order.