From 7a297e9e8b5448713f12332c19531e8c92ba5a2c Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 20 Mar 2023 18:47:09 -0600 Subject: [PATCH] enable ark-serialize --- Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 281fc2a..ec070c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,18 +21,11 @@ ark-groth16 = { version = "0.3.0", features = ["parallel"] } ark-std = { version = "0.3.0", default-features = false, features = [ "parallel", ] } -# ark-serialize = { version = "0.3.0", default-features = false } - +ark-serialize = { version = "0.3.0", default-features = false } num-bigint = { version = "0.4", default-features = false, features = ["rand"] } ark-circom = { git = "https://github.com/gakonst/ark-circom.git", rev = "35ce5a9", features = [ "circom-2", ] } -# arkworks-native-gadgets = "1.2.0" -# arkworks-utils = { version = "1.0.1", features = [ -# "parallel", -# "poseidon_bn254_x5_3", -# "poseidon_bn254_x5_5", -# ] } ark-ff = { version = "0.3.0", features = ["std"] } ruint = { version = "1.7.0", features = ["serde", "num-bigint", "ark-ff"] } once_cell = "1.17.1"