Skip to content

Commit 9698a9b

Browse files
authored
Shorten the keyword polynomial-commitments to commitments (#77)
1 parent f9c8a9a commit 9698a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
description = "A library for constructing polynomial commitment schemes for use in zkSNARKs"
1515
repository = "https://github.com/arkworks-rs/poly-commit"
1616
documentation = "https://docs.rs/ark-poly-commit/"
17-
keywords = ["cryptography", "polynomial-commitments", "elliptic-curves", "pairing"]
17+
keywords = ["cryptography", "commitments", "elliptic-curves", "pairing"]
1818
categories = ["cryptography"]
1919
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
2020
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)