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
python3 scalarEC.py
Traceback (most recent call last):
File "scalarEC.py", line 9, in
P = Point(Gx,Gy,cv)
File "/home/user/.local/lib/python3.10/site-packages/ecpy/curves.py", line 981, in init
raise ECPyException("Point not on curve")
ecpy.curves.ECPyException: <exception str() failed>
The text was updated successfully, but these errors were encountered:
Hello @pbies. Just checked in Google Colab everything works. There may be installation problems on your PC. You need to install library ECPy
Try uninstalling ECPy and then reinstalling it.
python3 scalarEC.py
Traceback (most recent call last):
File "scalarEC.py", line 9, in
P = Point(Gx,Gy,cv)
File "/home/user/.local/lib/python3.10/site-packages/ecpy/curves.py", line 981, in init
raise ECPyException("Point not on curve")
ecpy.curves.ECPyException: <exception str() failed>
The text was updated successfully, but these errors were encountered: