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