You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature requested as part of "SPECS - "fast and cheap commitment phase".
According to the feature, a CEX should be able to parallelize the building of a set of "mini" Merkle sum trees across different machines and eventually aggregate them into a bigger Merkle Sum Tree.
Although the functionality involving the parallelization will be applied on the backend level, a new data structure AggregationMerkleSumTree is required on the zk-prover level. This has to:
Take "mini" Merkle Sum Trees as input and build the AggregationMerkleSumTree
generate_proof
verify_proof
The text was updated successfully, but these errors were encountered:
Feature requested as part of "SPECS - "fast and cheap commitment phase".
According to the feature, a CEX should be able to parallelize the building of a set of "mini" Merkle sum trees across different machines and eventually aggregate them into a bigger Merkle Sum Tree.
Although the functionality involving the parallelization will be applied on the
backend
level, a new data structureAggregationMerkleSumTree
is required on thezk-prover
level. This has to:AggregationMerkleSumTree
generate_proof
verify_proof
The text was updated successfully, but these errors were encountered: