stackrlabs / succinct-residency-exps

0 stars 0 forks source link

Merkle Generation #53

Open aashutoshrathi opened 3 days ago

aashutoshrathi commented 3 days ago

Description

Take n as an argument representing leaves, default test cases being

Implement this in Rust & have a wasm-compiled version using wasm-build too. Benchmark this on all zkVMs for native and Wasm. Note: We already do have a Merklize for all the supported platforms, but for most we get OOM locally post 64 leaves.

eshaan7 commented 8 hours ago

Checklist: