Searched refs:egcd (Results 1 – 1 of 1) sorted by relevance
254 def egcd(a, b): function271 g, y, x = egcd(b % a, a)290 gcd, x, _ = egcd(a, m)