mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-02-09 01:13:43 +00:00
instantiate storer
This commit is contained in:
parent
ea4a2a082e
commit
52e5203f4f
@ -1,5 +0,0 @@
|
||||
pragma circom 2.1.0;
|
||||
|
||||
include "./storer.circom";
|
||||
|
||||
component main { public [root, salt] } = StorageProver(32, 4, 2, 4);
|
@ -3,6 +3,7 @@ pragma circom 2.1.0;
|
||||
include "../node_modules/circomlib/circuits/poseidon.circom";
|
||||
include "../node_modules/circomlib/circuits/switcher.circom";
|
||||
include "../node_modules/circomlib/circuits/bitify.circom";
|
||||
|
||||
include "./poseidon-digest.circom";
|
||||
|
||||
template parallel MerkleProof(LEVELS) {
|
||||
|
5
circuits/storer_main_256_80_32_16.circom
Normal file
5
circuits/storer_main_256_80_32_16.circom
Normal file
@ -0,0 +1,5 @@
|
||||
pragma circom 2.1.0;
|
||||
|
||||
include "./storer.circom";
|
||||
|
||||
component main { public [root, salt] } = StorageProver(256, 80, 32, 16);
|
Loading…
x
Reference in New Issue
Block a user