mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-01-24 01:28:53 +00:00
24540dbcbd
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../node_modules/circomlib/circuits/sha256/sha256.circom";
|
|
|
|
component main = Sha256(512);
|