-
Notifications
You must be signed in to change notification settings - Fork 26
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 personalisation for Blake2 #111
Comments
Which parameters you want to personalize in BLAKE2? The interface currently allows to personalize the length of the hash: Lines 232 to 238 in 8919076
I'm aware about some others parameters but I need to know which one you want to change. From what I see, you want to add a new argument for the Lines 218 to 228 in 8919076
|
The personalisation I implemented is the parameter |
As I said, an other |
I forked the Blake2 OCaml implementation to add the personalisation, with some tests from Zcash, see https://gitlab.com/dannywillems/ocaml-ec/-/merge_requests/18, directory src/digestif.
I am happy to make an MR, but a discussion for the interface is necessary. The fork in ocaml-ec changes it slightly and only uses blake2.
The text was updated successfully, but these errors were encountered: