RustCrypto / KDFs

Collection of Key Derivation Functions written in pure Rust
67 stars 28 forks source link

Fix MSRV and documentation #66

Closed rpiasetskyi closed 2 years ago

rpiasetskyi commented 2 years ago

hkdf: 1.41.0 concat-kdf: 1.56.0 clippy: 1.56.0

rpiasetskyi commented 2 years ago

This PR is linked to https://github.com/RustCrypto/KDFs/issues/58

tarcieri commented 2 years ago

Looks good, thanks!