mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-06-10 13:39:34 +00:00
14 lines
594 B
Nim
14 lines
594 B
Nim
|
|
version = "0.0.0"
|
|
author = "Balazs Komuves"
|
|
description = "proof-of-concept for faster RLN Groth16 proving"
|
|
license = "MIT or Apache-2.0"
|
|
srcDir = "src"
|
|
bin = @["cli","prover_cli"]
|
|
|
|
requires "nim >= 2.0.0"
|
|
requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|
|
requires "https://github.com/logos-storage/nim-poseidon2"
|
|
requires "https://github.com/logos-storage/circom-witnessgen#461a7b14d4c2bf76f1f94cc3b91d2beb9d5652fa"
|
|
requires "https://github.com/logos-storage/nim-groth16#73b5ae2734050d64157afbc29d364345ff0ec211"
|