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