diff --git a/kbkdf/Cargo.toml b/kbkdf/Cargo.toml index 9b77eb2..863f625 100644 --- a/kbkdf/Cargo.toml +++ b/kbkdf/Cargo.toml @@ -6,8 +6,8 @@ authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" homepage = "https://github.com/RustCrypto/KDFs/" repository = "https://github.com/RustCrypto/KDFs/" -description = "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)" -keywords = ["crypto", "HKDF", "KDF"] +description = "Key Derivation Using Pseudorandom Function (KBKDF)" +keywords = ["crypto", "KBKDF", "KDF"] categories = ["cryptography", "no-std"] readme = "README.md" rust-version = "1.65"