2023-11-17 18:17:26 +01:00
|
|
|
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
author = "Balazs Komuves"
|
|
|
|
|
description = "reference implementation for generating the proof inputs"
|
|
|
|
|
license = "MIT or Apache-2.0"
|
|
|
|
|
srcDir = "src"
|
2024-10-18 17:39:34 +02:00
|
|
|
bin = @["cli"]
|
|
|
|
|
#bin = @["cli","testmain"]
|
2023-11-17 18:17:26 +01:00
|
|
|
|
|
|
|
|
requires "nim >= 1.6.0"
|
2024-07-12 12:15:21 +02:00
|
|
|
requires "https://github.com/mratsim/constantine#ab6fa6ae1bbbd1b10071a92ec209b381b5d82511"
|
|
|
|
|
requires "https://github.com/codex-storage/nim-poseidon2#8a54c69032a741160bbc097d009e45a8b5e4d718"
|
2024-10-22 12:37:34 +02:00
|
|
|
requires "https://github.com/codex-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d"
|
|
|
|
|
#requires "goldilocks_hash == 0.0.1"
|