From 06ae5a50db7398937ee77690b7b32c627b52524f Mon Sep 17 00:00:00 2001 From: "Dr. Maxim Orlovsky" Date: Mon, 16 Jan 2023 12:54:36 +0100 Subject: [PATCH] Shorten the list of keywords --- addr/Cargo.toml | 2 +- cyphergraphy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addr/Cargo.toml b/addr/Cargo.toml index 2cb471a..201447b 100644 --- a/addr/Cargo.toml +++ b/addr/Cargo.toml @@ -2,7 +2,7 @@ name = "cypheraddr" version = "0.1.0" description = "Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)" -keywords = ["cyphernet", "privacy", "cypherpunk", "mixnet", "tor", "nym", "i2p", "proxy", "socks5"] +keywords = ["cyphernet", "privacy", "tor", "nym", "i2p"] categories = ["network-programming", "encoding"] readme = "README.md" authors = { workspace = true } diff --git a/cyphergraphy/Cargo.toml b/cyphergraphy/Cargo.toml index e24f295..ecf6035 100644 --- a/cyphergraphy/Cargo.toml +++ b/cyphergraphy/Cargo.toml @@ -2,7 +2,7 @@ name = "cyphergraphy" version = "0.1.0" description = "Implementation-independent abstractions for main cryptographic algorithms (part of cyphernet suite)" -keywords = ["cyphernet", "privacy", "secp256k1", "curve25519", "ed25519", "schnorr"] +keywords = ["cyphernet", "privacy", "secp256k1", "curve25519", "ed25519"] categories = ["network-programming", "cryptography"] readme = "README.md" authors = { workspace = true }