]> git.lizzy.rs Git - PAKEs.git/commitdiff
spake2/Cargo.toml: update keywords, description, categories
authorBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 22:29:36 +0000 (15:29 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 22:29:36 +0000 (15:29 -0700)
spake2/Cargo.toml

index e3ccf7591e0c6a2d79d751fdc4723cfde88211bd..638150a414a1de5effe0bcf06e6afea2aaf4ab37 100644 (file)
@@ -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"
 ]