[package]
edition = "2021"
name = "proofman-curves"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elliptic curves over Goldilocks extensions (EcGFp5, EcMasFp5) for the PIL2 proofman framework"
homepage = "https://github.com/0xPolygonHermez/pil2-proofman"
readme = false
keywords = [
"pil2-proofman",
"prover",
"zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/pil2-proofman"
[lib]
name = "proofman_curves"
path = "src/lib.rs"
[dependencies.proofman-fields]
version = "1.1.0-alpha"
[dev-dependencies.rand]
version = "0.10"