Skip to content

Commit

Permalink
Shorten the keyword polynomial-commitments to commitments (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored Mar 25, 2021
1 parent f9c8a9a commit 9698a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
description = "A library for constructing polynomial commitment schemes for use in zkSNARKs"
repository = "https://github.com/arkworks-rs/poly-commit"
documentation = "https://docs.rs/ark-poly-commit/"
keywords = ["cryptography", "polynomial-commitments", "elliptic-curves", "pairing"]
keywords = ["cryptography", "commitments", "elliptic-curves", "pairing"]
categories = ["cryptography"]
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 9698a9b

Please sign in to comment.