rust-crypto
rust-crypto copied to clipboard
add Blake2b::new_keyed_salt_personal()
to be used as a KDF like in libsodium sodium_kdf_derive_from_key().
The test output is taken from the libsodium kdf testsuite test and matches.
seems like the appveyor testsuite has some errors:
error: 1 dirty files found in the working directory:
rust-install.exe
to proceed despite this, pass the --allow-dirty flag
ping?