[package] name = "sigma-compiler" version = "0.1.0-rc2" edition = "2021" license = "MIT" repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler" description = "Crate for automatically generating code for sigma zero-knowledge proof protocols of more complex statements than are supported by the sigma-proofs crate. The statements given to this crate are compiled into statements about linear combinations of points, and transformed into the sigma-proofs API." [dependencies] group = "0.13" rand = "0.8.5" sigma-compiler-derive = "0.1.0-rc2" sigma-proofs = "0.1.0-sigma" subtle = "2.6" [dev-dependencies] curve25519-dalek = { version = "4", features = [ "group", "rand_core", "digest" ] } sha2 = "0.10" [patch.crates-io] sigma-compiler-derive = { path = "sigma-compiler-derive" } sigma-compiler-core = { path = "sigma-compiler-core" }