proof_input.nimble
1 2 version = "0.0.1" 3 author = "Balazs Komuves" 4 description = "reference implementation for generating the proof inputs" 5 license = "MIT or Apache-2.0" 6 srcDir = "src" 7 bin = @["cli"] 8 #bin = @["cli","testmain"] 9 10 requires "nim >= 1.6.0" 11 requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774" 12 requires "https://github.com/codex-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3" 13 requires "https://github.com/codex-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d" 14 #requires "goldilocks_hash == 0.0.1"