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

Implement Simplified SWU hash to curve for Secp256k1 #70

Closed
han0110 opened this issue Jul 18, 2023 · 2 comments · Fixed by #110
Closed

Implement Simplified SWU hash to curve for Secp256k1 #70

han0110 opened this issue Jul 18, 2023 · 2 comments · Fixed by #110
Assignees

Comments

@han0110
Copy link
Contributor

han0110 commented Jul 18, 2023

Currently for Secp256k1::hash_to_curve we use Shallue-van de Woestijne method, but we could also use Simplified Shallue-van de Woestijne-Ulas method for better performance.

@davidnevadoc
Copy link
Contributor

This is partly addressed in #81. It is necessary to implement the isomorphic curve iso_secp256k1 described here and its a mapping to the original secp256k1

@duguorong009
Copy link
Contributor

@davidnevadoc
Can you review the PR #110?
Thanks in advance!

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

Successfully merging a pull request may close this issue.

3 participants