codex-storage-proofs/circuits/sha256_test512.circom
Csaba Kiraly 24540dbcbd
initial commit of circuits
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-11-17 13:49:58 +01:00

6 lines
120 B
Plaintext

pragma circom 2.0.0;
include "../node_modules/circomlib/circuits/sha256/sha256.circom";
component main = Sha256(512);