diff --git a/Cargo.toml b/Cargo.toml index 518a76e..ba078f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/dalek-cryptography/curve25519-dalek" homepage = "https://dalek.rs/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek" categories = ["cryptography", "no-std"] -keywords = ["cryptography", "ristretto", "curve25519", "ECC"] +keywords = ["cryptography", "crypto", "ristretto", "curve25519", "elliptic curve"] description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519" exclude = [ "**/.gitignore",