Skip to content

Commit 06ae5a5

Browse files
committed
Shorten the list of keywords
1 parent 9081eee commit 06ae5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cypheraddr"
33
version = "0.1.0"
44
description = "Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)"
5-
keywords = ["cyphernet", "privacy", "cypherpunk", "mixnet", "tor", "nym", "i2p", "proxy", "socks5"]
5+
keywords = ["cyphernet", "privacy", "tor", "nym", "i2p"]
66
categories = ["network-programming", "encoding"]
77
readme = "README.md"
88
authors = { workspace = true }

cyphergraphy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cyphergraphy"
33
version = "0.1.0"
44
description = "Implementation-independent abstractions for main cryptographic algorithms (part of cyphernet suite)"
5-
keywords = ["cyphernet", "privacy", "secp256k1", "curve25519", "ed25519", "schnorr"]
5+
keywords = ["cyphernet", "privacy", "secp256k1", "curve25519", "ed25519"]
66
categories = ["network-programming", "cryptography"]
77
readme = "README.md"
88
authors = { workspace = true }

0 commit comments

Comments
 (0)