Skip to content

Commit

Permalink
Fix a typo in rsalibnum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jun 10, 2018
1 parent ab1c126 commit ee771fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsalibnum.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def invmod(a, n):

def xgcd(a, b):
"""
Extented Euclid GCD algorithm.
Extended Euclid GCD algorithm.
Return (x, y, g) : a * x + b * y = gcd(a, b) = g.
"""
if a == 0:
Expand Down

0 comments on commit ee771fc

Please sign in to comment.