nim-groth16/groth16.nimble
2023-11-13 13:37:57 -06:00

14 lines
283 B
Nim

# Package
version = "0.1.0"
author = "Dmitriy Ryajov"
description = "A circom/snarkjs compatible groth16 implementation"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.6.14",
"https://github.com/mratsim/constantine#5f7ba18"