|
|
test for square property of a_l, if so, output of square root in b_l
|
|
|
integer part of square root of a_l, output in b_l
|
|
|
greatest common divisor of a_l and b_l, output in g_l
|
|
|
greatest common divisor of a_l and b_l and representation of gcd in u_l and v_l with sign in sign_u and sign_v
|
|
|
gcd of a_l mod n_l and inverse of a_l mod n_l
|
|
|
least common multiple of a_l and b_l, output in v_l
|
|
|
solution of simultaneous linear congruences, output in x_l
|
|
|
Legendre/Jacobi symbol, a_l over b_l
|
|
|
square root of a_l mod p_l, output in x_l
|
|
|
square of a_l mod p_l*q_l, output in x_l
|
|
|
determine a primitive root modulo n, output in x_l
|
|
|
division sieve, division of a_l by small primes
|
|
|
Miller-Rabin primality test of n_l with division sieve
|