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 #1033

Closed
CluEleSsUK opened this issue Jul 5, 2022 · 1 comment
Closed

Extract hashing function in Kyber IBE to interface #1033

CluEleSsUK opened this issue Jul 5, 2022 · 1 comment
Labels
refactoring Kind: Refactoring / Cleanup

Comments

@CluEleSsUK
Copy link
Contributor

See this PR comment: drand/kyber#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.

@CluEleSsUK CluEleSsUK added the refactoring Kind: Refactoring / Cleanup label Jul 5, 2022
@CluEleSsUK
Copy link
Contributor Author

Closing this as Yolan kindly enabled issues on the Kyber repo (see: drand/kyber#29)

@CluEleSsUK CluEleSsUK closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Kind: Refactoring / Cleanup
Projects
None yet
Development

No branches or pull requests

1 participant