fn twos_complement_le(digits: &mut [u8])
Perform in-place two’s complement of the given binary representation, in little-endian byte order.