stackrlabs / succinct-residency-exps

A not so succinct comparison (with numbers) between zkVMs (Q4 2024 edition)
6 stars 2 forks source link

Merkle Generation #53

Closed aashutoshrathi closed 1 month ago

aashutoshrathi commented 1 month 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 1 month ago

Checklist: