Home | History | Annotate | Download | only in libtommath

Lines Matching refs:U3

1774                  mp_int *U1, mp_int *U2, mp_int *U3);
1777 This finds the triple U1/U2/U3 using the Extended Euclidean algorithm such that the following equation holds.
1780 a \cdot U1 + b \cdot U2 = U3
1783 Any of the U1/U2/U3 paramters can be set to \textbf{NULL} if they are not desired.