diff --git a/aes-kw/Cargo.toml b/aes-kw/Cargo.toml index 306f3c5..83d43e1 100644 --- a/aes-kw/Cargo.toml +++ b/aes-kw/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.1" description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" -homepage = "https://github.com/RustCrypto/key-wraps/" -repository = "https://github.com/RustCrypto/key-wraps/tree/aes-kw" +homepage = "https://github.com/RustCrypto/key-wraps/tree/aes-kw" +repository = "https://github.com/RustCrypto/key-wraps" keywords = ["crypto", "AES-KW", "KW", "AES-KWP", "KWP"] categories = ["cryptography", "no-std"] readme = "README.md"