mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
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);
|