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

Extract hashing function in Kyber IBE to interface #29

Open
CluEleSsUK opened this issue Jul 5, 2022 · 0 comments · Fixed by #34
Open

Extract hashing function in Kyber IBE to interface #29

CluEleSsUK opened this issue Jul 5, 2022 · 0 comments · Fixed by #34

Comments

@CluEleSsUK
Copy link

See this PR comment: #28 (comment)

Presently blake2s is hardcoded into the IBE module.
We should extract the hashing logic to an interface to enable the caller to provide their own hashing function.
Blake2s should still be the default implementation for callers who don't wish to provide an alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant