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

How to find a point of order 8 in Curve25519 or Ed25519? #409

Open
qxzhou1010 opened this issue Sep 12, 2022 · 0 comments
Open

How to find a point of order 8 in Curve25519 or Ed25519? #409

qxzhou1010 opened this issue Sep 12, 2022 · 0 comments

Comments

@qxzhou1010
Copy link

I want to find a point with order 8 in Curve25519 or Ed25519. However, I first use Sage to find some points, which order are 8. Then, I using curve25519_dalek::montgomery::MontgomeryPoint to represent these points. I further used curve25519_dalek to verify that the order of these points is 8, however it turns out that the order of these points are all 4. This is bothering me, please help me. I would like to know how to use curve25519_dalek to find points of order 8.

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

1 participant