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"
|
2025-02-28 13:52:01 +01:00
|
|
|
requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|
2025-12-15 14:16:08 +01:00
|
|
|
requires "https://github.com/logos-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3"
|
|
|
|
|
requires "https://github.com/logos-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d"
|
2024-10-22 12:37:34 +02:00
|
|
|
#requires "goldilocks_hash == 0.0.1"
|