Removed unused components in Sha256Partial

This commit is contained in:
SoraSuegami
2024-10-19 16:02:31 +09:00
parent fb8743454e
commit afd4bfb041

View File

@@ -241,15 +241,6 @@ template Sha256Partial(maxBitLength) {
bitLengthVerifier.in[1] <== maxBitLength;
bitLengthVerifier.out === 1;
component ha0 = H(0);
component hb0 = H(1);
component hc0 = H(2);
component hd0 = H(3);
component he0 = H(4);
component hf0 = H(5);
component hg0 = H(6);
component hh0 = H(7);
component sha256compression[maxBlocks];
for (i=0; i<maxBlocks; i++) {