mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-02-05 10:46:41 +01:00
together with the native impl compatible with the gadget one
This commit is contained in:
@@ -8,7 +8,7 @@ ark-ec = "0.4.2"
|
||||
ark-ff = "^0.4.0"
|
||||
ark-poly = "^0.4.0"
|
||||
ark-std = "^0.4.0"
|
||||
ark-crypto-primitives = { version = "^0.4.0", default-features = false, features = ["r1cs", "sponge"] }
|
||||
ark-crypto-primitives = { version = "^0.4.0", default-features = false, features = ["r1cs", "sponge", "crh"] }
|
||||
ark-relations = { version = "^0.4.0", default-features = false }
|
||||
ark-r1cs-std = { version = "^0.4.0", default-features = false }
|
||||
thiserror = "1.0"
|
||||
@@ -23,7 +23,6 @@ espresso_transcript = {git="https://github.com/EspressoSystems/hyperplonk", pack
|
||||
[dev-dependencies]
|
||||
ark-pallas = {version="0.4.0", features=["r1cs"]}
|
||||
ark-vesta = {version="0.4.0"}
|
||||
ark-crypto-primitives = { version = "^0.4.0", default-features = false, features = ["crh"] }
|
||||
|
||||
[features]
|
||||
default = ["parallel", "nova", "hypernova"]
|
||||
|
||||
Reference in New Issue
Block a user