Skip to content
Snippets Groups Projects
Unverified Commit 9698a9b4 authored by Weikeng Chen's avatar Weikeng Chen Committed by GitHub
Browse files

Shorten the keyword `polynomial-commitments` to `commitments` (#77)

parent f9c8a9a8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment