mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-03-29 15:53:05 +00:00
15 lines
303 B
Nim
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"
|