Implement CycleFold's EC RLC check circuit (#9)

This commit is contained in:
arnaucube
2023-08-29 08:49:48 +02:00
committed by GitHub
parent b4a0b50618
commit 9ae046c4fc
4 changed files with 72 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ espresso_transcript = {git="https://github.com/EspressoSystems/hyperplonk", pack
[dev-dependencies]
ark-bls12-377 = "0.4.0"
ark-bw6-761 = "0.4.0"
ark-bls12-377 = {version="0.4.0", features=["r1cs"]}
ark-bw6-761 = {version="0.4.0"}
[features]
default = ["parallel"]