You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validates a file path against one or more SHA digests. Uses the `sha1`
and `sha2` crates, which are part of the [Rust Crypto] project. Uses the
`constant_time_eq` crate to compare the values. A new `Digest` error
variant reports digest mismatches, displaying them has hex strings.
Disable automatic line-ending conversion in JSON files to prevent test
failures on Windows.
[Rust Crypto]: https://github.com/RustCrypto
0 commit comments