sha256 with number of bits as a paramter

This commit is contained in:
Jordi Baylina
2019-09-05 16:41:58 +02:00
parent 52a1fb895d
commit 25f392c8ae
8 changed files with 223 additions and 4934 deletions

View File

@@ -0,0 +1,3 @@
include "../../circuits/sha256/sha256.circom";
component main = Sha256(512);