-
Couldn't load subscription status.
- Fork 297
Closed
Description
The personal and salt parameters for Blake2 can only be used in combination with a key because the non-MAC variants don't expose the parameters as input.
I've also tried using the MAC variant with an empty key, but it appears an initial Blake2 round is done with an all-zero key in that case.
Would it be acceptable if we change the signature of the Mac variant so that (either):
- key is
Option, or - a key of length 0 does not do the initial Blake2 round?
Or would it be considered a strict violation to use a MAC without a key?
Metadata
Metadata
Assignees
Labels
No labels