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

blake2: fix reset feature and test in ci #342

Merged
merged 1 commit into from Jan 5, 2022

Conversation

tommilligan
Copy link
Contributor

Fixes #341

For the blake2 crate:

  • add CI for testing the newly introduced reset feature
  • fix internal macro implementation that caused compilation failure when reset feature enabled
  • retroactively update changelog to note new reset feature in v0.10.0

@newpavlov
Copy link
Member

Thank you!

@newpavlov newpavlov merged commit b505bba into RustCrypto:master Jan 5, 2022
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.

Regression in blake2 v0.10.0 - new reset feature fails to compile
2 participants