This commit is contained in:
Daniel Lubarov 2022-01-21 10:06:40 -08:00
parent 8df9e7ec77
commit d69220e2a7

View File

@ -1,12 +1,11 @@
[package] [package]
name = "plonky2" name = "plonky2"
description = "Recursive SNARKs based on Plonk and FRI" description = "Recursive SNARKs based on PLONK and FRI"
version = "0.1.0" version = "0.1.0"
authors = ["Daniel Lubarov <daniel@mirprotocol.org>"] authors = ["Polygon Zero <daniel@mirprotocol.org>"]
readme = "README.md" readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mir-protocol/plonky2" repository = "https://github.com/mir-protocol/plonky2"
keywords = ["cryptography", "SNARK", "FRI"] keywords = ["cryptography", "SNARK", "PLONK", "FRI"]
categories = ["cryptography"] categories = ["cryptography"]
edition = "2021" edition = "2021"
default-run = "generate_constants" default-run = "generate_constants"