hashes
hashes copied to clipboard
blake2: expose round function for Argon2
The argon2
crate presently vendors an implementation of the BLAKE2 round function:
https://github.com/RustCrypto/password-hashes/issues/105
It'd be nice if it could source this functionality from the blake2
crate, particularly if it ever adds e.g. SIMD functionality