From d0f477edcac7e8961e43be381ee22d35ab80bc06 Mon Sep 17 00:00:00 2001 From: Shigoto-dev19 Date: Thu, 1 Feb 2024 17:00:04 +0100 Subject: [PATCH] Add script for sha256 zkprogram summary --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e758f51..a7780f1 100644 --- a/package.json +++ b/package.json @@ -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",