Update RustCrypto crates
blake2 0.8.1 fixed an issue where HMAC-BLAKE2 results were just completely wrong. Naturally we have to update our tests, because we were testing we got an incorrect value! This upgrades to the latest version of blake2. There are more recent versions of pbkdf2 and hmac, but here I've chosen to go to the latest versions that are compatible with the latest version of crypto-mac supported by blake2. Fixes: CVE-2019-16143
Please register or sign in to comment