Open Stentonian opened 8 months ago
First step is switching to rust and checking the resulting tree is the same as the one created in the TS script: https://github.com/silversixpence-crypto/zk-proof-of-assets/pull/48
First step done: https://github.com/silversixpence-crypto/zk-proof-of-assets/pull/48
Next step is to parallelize the algorithm
Currently we use node.js, which of course cannot be parallelized. So we need to switch to rust or something else.