[package] name = "mat-vec-prod-exp" version = "0.1.0" edition = "2021" [dependencies] ark-ec = "^0.4.0" ark-ff = "^0.4.0" ark-poly = "^0.4.0" ark-std = "^0.4.0" ark-relations = { version = "^0.4.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false } # this is patched at the workspace level ark-snark = { version = "^0.4.0"} ark-serialize = "^0.4.0" thiserror = "1.0" num-bigint = "0.4" [dev-dependencies] ark-pallas = {version="0.4.0", features=["r1cs"]} ark-vesta = {version="0.4.0", features=["r1cs"]} rand = "0.8.5"