Skip to content

Example sharing request #295

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

Closed
reist2002 opened this issue Apr 18, 2022 · 4 comments
Closed

Example sharing request #295

reist2002 opened this issue Apr 18, 2022 · 4 comments
Labels

Comments

@reist2002
Copy link

Good day.
Your ECDSA implementation is very fast, but unfortunately my Python skills are not enough to find solution in the module dependencies. There is no problem with the pure mathematics of elliptic curves for me.
Could you please provide a simple low-level example of using your project? Determination of points by their Jacobi coordinates for the secp256k1 curve and their addition function?

@tomato42
Copy link
Member

You mean how to add two points on secp256k1 when you have their Jacobi coordinates?

@reist2002
Copy link
Author

Yes. And get the third point as a result of adding them.

@tomato42
Copy link
Member

@reist2002 does the documentation in 1c6a838 (#290) explain it well enough?

@reist2002
Copy link
Author

Yes, this is exactly what I needed. Thank you.

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

No branches or pull requests

2 participants