mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-08 23:11:31 +01:00
description and licence (#54)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
name = "ark-circom"
|
name = "ark-circom"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
description = "Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|||||||
Reference in New Issue
Block a user