pub fn ct_leq_mp_mp<T0: MpUIntCommon, T1: MpUIntCommon>(
op0: &T0,
op1: &T1,
) -> LimbChoiceExpand description
Compare two multiprecision integers of specified endianess for <=.
Evaluates to true iff op0 is less or equal than op1 in value.
ยงArguments
op0- The first operand as a multiprecision integer byte buffer.op1- The second operand as a multiprecision integer byte buffer.