DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

add Blake2b::new_keyed_salt_personal() #411

Open haraldh opened 7 years ago

haraldh commented 7 years ago

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.

haraldh commented 7 years ago

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

haraldh commented 6 years ago

ping?