BLAKE3
BLAKE3 copied to clipboard
Add `ConstantTimeEq` support for `Hash`
This PR improves the handling of constant-time equality for hashes.
It adds an optional subtle
feature that implements ConstantTimeEq
for Hash
. This trait uses subtle
functionality under the hood for the trait implementation.
This also opens the door for other useful subtle
traits elsewhere in the future.