Skip to content

Commit

Permalink
Shorten the list of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 16, 2023
1 parent 9081eee commit 06ae5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion cyphergraphy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 06ae5a5

Please sign in to comment.