pub(crate) fn ct_lt<N: ArrayLength<u8>>( a: &ByteArray<N>, b: &ByteArray<N>, ) -> Choice
Constant-time less than.
Inputs are interpreted as big endian integers.