nim-groth16/groth16.nimble
2023-11-13 13:38:32 -06:00

15 lines
303 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",
"results"