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

Fixes Blake2b/Blake2s issues. #160

Merged
merged 1 commit into from
Sep 2, 2023
Merged

Conversation

terrier989
Copy link
Member

This commit:

  • Improves Blake2b/Blake2s support:
    • Adds support for using them as MAC algorithms
    • Adds support for custom output lengths
    • Improves test coverage
    • Fixes bugs
  • Removes long-deprecated newSink() methods in HashAlgorithm and MacAlgorithm (so Blake2 classes can implement both interfaces).
  • Improves documentation.

This commit:
* Improves Blake2b/Blake2s support:
  * Adds support for using as a MAC algorithm
  * Adds support for custom output lengths
  * Improves test coverage
  * Fixes bugs
* Removes long-deprecated `newSink()` methods in `HashAlgorithm` and `MacAlgorithm` (so Blake2
  classes can implement both interfaces).
* Improves documentation.
@terrier989 terrier989 merged commit b05e0ed into dint-dev:master Sep 2, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant