Searched refs:egcd (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests_generator.py | 1065 def egcd(b, n): function 1074 g, x, y = egcd(a, m) 1621 (nn_exp_g, nn_exp_u, nn_exp_v) = egcd(nn_a, nn_b) 1642 (nn_exp_g, nn_exp_u, nn_exp_v) = egcd(nn_a, nn_b) 1644 (nn_exp_g, nn_exp_u, nn_exp_v) = egcd(nn_a, nn_b)
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 47 def egcd(b, n): function 56 g, x, y = egcd(a, m)
|