hashes icon indicating copy to clipboard operation
hashes copied to clipboard

blake2: expose round function for Argon2

Open tarcieri opened this issue 4 years ago • 0 comments

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

tarcieri avatar Jan 30 '21 00:01 tarcieri