Skip to content

Commit

Permalink
fixup cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 30, 2023
1 parent 9df77b4 commit d453b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d453b69

Please sign in to comment.