silversixpence-crypto / zk-proof-of-assets

MIT License
5 stars 1 forks source link

Parallelize merkle tree gen #32

Open Stentonian opened 8 months ago

Stentonian commented 8 months ago

Currently we use node.js, which of course cannot be parallelized. So we need to switch to rust or something else.

Stentonian commented 7 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

Stentonian commented 4 months ago

First step done: https://github.com/silversixpence-crypto/zk-proof-of-assets/pull/48

Next step is to parallelize the algorithm