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

Use new *Dirty traits from the digest crate #153

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Commits on Jun 9, 2020

  1. Use new *Dirty traits from the digest crate

    Updates all of the hash implementations in this repo to use the new
    `*Dirty` traits which support blanket impls of the original traits,
    which either consume the hasher instance or can be reset.
    
    This will also provide a marginal efficiency boost, at least until
    placement return lands (which, as it were, may be soon).
    tarcieri committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9d48b6d View commit details
    Browse the repository at this point in the history