Files
benchmark/circom/package.json
Anubha Jain 8002f006fc added circom code
Signed-off-by: Anubha Jain <jainanubha80@gmail.com>
2024-11-25 17:06:16 +06:00

16 lines
504 B
JSON

{
"name": "benchmark_circuits",
"version": "1.0.0",
"description": "This repository contains the benchmark for circom circuits. In order to understand the time and memory consumption a report csv file is generated for each circuit. The report contains the following information:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"circomlib": "^2.0.5",
"circomlibjs": "^0.0.8"
}
}