Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point not on curve exception #1

Open
pbies opened this issue Dec 14, 2022 · 2 comments
Open

Point not on curve exception #1

pbies opened this issue Dec 14, 2022 · 2 comments

Comments

@pbies
Copy link

pbies commented Dec 14, 2022

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>

@demining
Copy link
Owner

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.

Command:
pip3 install ECPy

Then check the examples from https://pypi.org/project/ECPy/
If you have any problems write to the developer @cslashm
https://github.com/cslashm/ECPy.git

@pbies
Copy link
Author

pbies commented Dec 14, 2022

@demining works for your repo data, try other input data. I have no problem with libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants