nim-groth16/groth16.nimble
2023-11-17 09:49:35 +01:00

9 lines
232 B
Nim

version = "0.0.1"
author = "Balazs Komuves"
description = "Groth16 proof system"
license = "MIT OR Apache-2.0"
skipDirs = @["groth16/example"]
binDir = "build"
requires "https://github.com/mratsim/constantine"