From bf08877544e0e414804162f02a7df6269c045594 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Thu, 2 Sep 2021 13:57:46 -0700 Subject: [PATCH] fix keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0eebd1..b1bbcfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/nova-snark/" readme = "README.md" repository = "https://github.com/Microsoft/Nova" license-file = "LICENSE" -keywords = ["Recursive zkSNARKs", "cryptography", "proofs"] +keywords = ["zkSNARKs", "cryptography", "proofs"] [dependencies] merlin = "2.0.0"