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

Explain how to use library for simple point arithmetic #278

Closed
tomato42 opened this issue Dec 6, 2021 · 0 comments · Fixed by #290
Closed

Explain how to use library for simple point arithmetic #278

tomato42 opened this issue Dec 6, 2021 · 0 comments · Fixed by #290
Labels
maintenance issues related to making the project usable or testable
Milestone

Comments

@tomato42
Copy link
Member

tomato42 commented Dec 6, 2021

Since one of the stated goals of the library is to be a teaching tool for ECC, we should have documentation showing how you can use it to perform some simple operations on the the elliptic points.

Use the simple y**2 = x**3 + 1x + 4 mod 5 curve in examples (with generator (1, 1))

see also #95

@tomato42 tomato42 added the maintenance issues related to making the project usable or testable label Dec 6, 2021
@tomato42 tomato42 added this to the v0.18.0 milestone Dec 6, 2021
@tomato42 tomato42 mentioned this issue Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance issues related to making the project usable or testable
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant