mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-01-09 00:53:05 +00:00
14 lines
283 B
Nim
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"
|