aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spake2/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index e3ccf75..638150a 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -2,12 +2,13 @@
name = "spake2"
version = "0.1.1-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
-description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
+description = "The SPAKE2 password-authenticated key-exchange algorithm."
documentation = "https://docs.rs/spake2"
homepage = "https://github.com/RustCrypto/PAKEs"
repository = "https://github.com/RustCrypto/PAKEs"
license = "MIT/Apache-2.0"
-categories = ["cryptography"]
+keywords = ["crypto", "pake", "authentication"]
+categories = ["cryptography", "authentication"]
exclude = [
".gitignore"
]