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

Reduce reliance on blake2 internals, move RequestCommon::*serialize* #2009

Merged
merged 4 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    5f2f5b9 View commit details
    Browse the repository at this point in the history
  2. Reduce dependence on BLAKE2 internals

    Simply add the personalization to the hashed data instead of using the
    BLAKE2 personalization feature.
    hrxi authored and jsdanielh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a75834d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fab45b3 View commit details
    Browse the repository at this point in the history
  4. Move serialize methods out of the RequestCommon trait

    Implementers shouldn't override it.
    hrxi authored and jsdanielh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    91701ed View commit details
    Browse the repository at this point in the history