Skip to content

Commit

Permalink
Add script for sha256 zkprogram summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigoto-dev19 committed Feb 1, 2024
1 parent 30455ac commit d0f477e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint": "npx eslint src/* --fix",
"digest": "node build/src/benchmarks/command.js",
"benchmark": "npm run build && node build/src/benchmarks/benchmark.js",
"witness-time": "npm run build && node build/src/benchmarks/sha256-witness.js"
"witness-time": "npm run build && node build/src/benchmarks/sha256-witness.js",
"summary": "npm run build && node build/src/zkprogram.js"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
Expand Down

0 comments on commit d0f477e

Please sign in to comment.