From d69220e2a78561a8e70f8b59c3fec1c402b5d697 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Fri, 21 Jan 2022 10:06:40 -0800 Subject: [PATCH] metadata --- plonky2/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index 28d5b210..af82a622 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "plonky2" -description = "Recursive SNARKs based on Plonk and FRI" +description = "Recursive SNARKs based on PLONK and FRI" version = "0.1.0" -authors = ["Daniel Lubarov "] +authors = ["Polygon Zero "] readme = "README.md" -license = "MIT OR Apache-2.0" repository = "https://github.com/mir-protocol/plonky2" -keywords = ["cryptography", "SNARK", "FRI"] +keywords = ["cryptography", "SNARK", "PLONK", "FRI"] categories = ["cryptography"] edition = "2021" default-run = "generate_constants"