Added new mimc hash with calculation proof.

This commit is contained in:
Fritz Schmid
2024-01-28 19:38:09 +01:00
parent ab1e399768
commit 0fbfc57a9a
7 changed files with 1152 additions and 139 deletions
+15
View File
@@ -28,6 +28,21 @@ futures = "*"
reqwest ={ version = "*", features = ["json"]}
rocket_okapi = { version = "0.8.0-alpha-1", features = ["swagger", "rapidoc"] }
arkworks-mimc = { version = "0.3.0", features = ["mimc-7-91-bls12-381","r1cs"] }
ark-ff = { version = "^0.3.0", default-features = false }
ark-bls12-381 = "0.3.0"
ark-bls12-377 = "0.3.0"
ark-crypto-primitives = "0.3.0"
ark-std = "0.3.0"
ark-relations = "0.3.0"
ark-r1cs-std = "0.3.0"
ark-groth16 = "0.3.0"
ark-serialize = "0.3.0"
ark-ec = "0.3.0"
subtle = "*"
# Fixes compilation on windows
tokio = "1.28.0"
[[bin]]
name = "cryptoservice"