We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
polynomial-commitments
commitments
1 parent f9c8a9a commit 9698a9bCopy full SHA for 9698a9b
1 file changed
Cargo.toml
@@ -14,7 +14,7 @@ authors = [
14
description = "A library for constructing polynomial commitment schemes for use in zkSNARKs"
15
repository = "https://github.com/arkworks-rs/poly-commit"
16
documentation = "https://docs.rs/ark-poly-commit/"
17
-keywords = ["cryptography", "polynomial-commitments", "elliptic-curves", "pairing"]
+keywords = ["cryptography", "commitments", "elliptic-curves", "pairing"]
18
categories = ["cryptography"]
19
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
20
license = "MIT/Apache-2.0"
0 commit comments