Skip to content

Commit

Permalink
Sort keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 1, 2023
1 parent ca97968 commit 1a863ef
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,22 @@ description = "A performant NumPy extension for Galois fields and their applicat
readme = "README.md"
license = {text = "MIT"}
keywords = [
"galois field", "finite field", "numpy",
"fec", "error correction", "bch", "reed solomon", "hamming", "golay",
"encryption", "cryptography", "elliptic curves", "elliptic curve cryptography", "ecc", "aes", "rsa",
"aes",
"bch",
"cryptography",
"ecc",
"elliptic curve cryptography",
"elliptic curves",
"encryption",
"error correction",
"fec",
"finite field",
"galois field",
"golay",
"hamming",
"numpy",
"reed solomon",
"rsa",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 1a863ef

Please sign in to comment.