codex-storage-proofs/circuits/sha256_test512.circom

6 lines
120 B
Plaintext
Raw Normal View History

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