Skip to content

Commit

Permalink
Metadata update: crate name & keywords (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored Jan 31, 2024
1 parent 956fdaa commit a40f613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ark-linear-sumcheck"
name = "ark-sumcheck"
version = "0.4.0"
authors = [
"Tom Shen <[email protected]>",
Expand All @@ -8,7 +8,7 @@ authors = [
description = "A library for efficient sumcheck protocols"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/sumcheck/"
keywords = ["cryptography", "finite-fields", "polynomials", "sumcheck"]
keywords = ["cryptography", "finite-fields", "polynomials", "sumcheck", "gkr"]
categories = ["cryptography"]
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit a40f613

Please sign in to comment.