nim-groth16/groth16.nimble

12 lines
325 B
Plaintext
Raw Permalink Normal View History

2023-11-17 09:43:43 +01:00
version = "0.0.1"
author = "Balazs Komuves"
description = "Groth16 proof system"
license = "MIT OR Apache-2.0"
skipDirs = @["groth16/example"]
binDir = "build"
2024-01-18 13:04:26 +01:00
namedBin = {"cli/cli_main": "nim-groth16"}.toTable()
2023-11-17 09:43:43 +01:00
requires "https://github.com/status-im/nim-taskpools"
requires "constantine >= 0.2.0"