From 6d94e25c87b3e4712ad189b56f336cf3cb090811 Mon Sep 17 00:00:00 2001 From: Aleksandr Cherenkov Date: Wed, 7 Feb 2024 19:05:11 +0000 Subject: [PATCH] disable sha256 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c940290..4781b93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,8 +96,8 @@ jobs: run: make -C ${ZKLLVM_BUILD:-build} sha2_256 - name: Build sha2_256 circuit file and assignment table run: assigner -b build/src/sha2_256.ll -i zkLLVM/examples/inputs/sha2_256.inp --circuit sha2_256.crct --assignment-table sha2_256.tbl -e pallas - - name: Generate sha2_256 proof - run: proof-generator-single-threaded --circuit="sha2_256.crct" --assignment-table="sha2_256.tbl" --proof="sha2_256.bin" + # - name: Generate sha2_256 proof + # run: proof-generator-single-threaded --circuit="sha2_256.crct" --assignment-table="sha2_256.tbl" --proof="sha2_256.bin" - name: Compile merkle_poseidon_1prover example run: make -C ${ZKLLVM_BUILD:-build} merkle_poseidon_1prover