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

Make HashIntoZn a proper full-domain hash #118

Open
JanBobolz opened this issue Jun 23, 2021 · 1 comment
Open

Make HashIntoZn a proper full-domain hash #118

JanBobolz opened this issue Jun 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@JanBobolz
Copy link
Member

Currently, HashIntoZn can never hit n-1 (or other large values).
HashThenPrfToZn does a much better job at being statistically close to what we'd expect from a random oracle hash into Zn.

@JanBobolz JanBobolz added the bug Something isn't working label Jun 23, 2021
@JanBobolz
Copy link
Member Author

Also, include n into the hash so that we have some sort of domain separation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant