Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Number-Theory-Python package currently includes:
* ECDSA.py: Elliptic curve signatures

Functions implemented in numbthy.py are:
* euler_criterion(a, p) - Check if a is QR mod p
* gcd(a,b) - Compute the greatest common divisor of a and b.
* xgcd(a,b) - Find [g,x,y] such that g=gcd(a,b) and g = ax + by.
* power_mod(b,e,n) - Compute b^e mod n efficiently.
Expand Down
Loading