You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# coprimality is not checked here in favour of performance
I tried implementing the NIST proposed ECC curves, and using it, I found out that checking for coprimality leads to some inverses not existing due to gcd != 1. What do I do now? And how is this resolved in other applications implementating ECC.
The text was updated successfully, but these errors were encountered:
PyECC/ecc/elliptic.py
Line 96 in 667c62f
I tried implementing the NIST proposed ECC curves, and using it, I found out that checking for coprimality leads to some inverses not existing due to gcd != 1. What do I do now? And how is this resolved in other applications implementating ECC.
The text was updated successfully, but these errors were encountered: