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

Use hash-to-curve to generate the Pedersen generator #35

Open
PopcornPaws opened this issue Jul 7, 2022 · 0 comments
Open

Use hash-to-curve to generate the Pedersen generator #35

PopcornPaws opened this issue Jul 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PopcornPaws
Copy link
Contributor

PopcornPaws commented Jul 7, 2022

Description

In a Pedersen commitment scheme $C(x) = xG + rH$ the two generator points must have an unknown discrete logarithm connection. Generating $H$ via a random key might not be secure enough, so we should use some hash-to-curve mechanism. For example hash_to_curve(G.as_bytes()).

@PopcornPaws PopcornPaws self-assigned this Jul 7, 2022
@PopcornPaws PopcornPaws added the enhancement New feature or request label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant