Take n as an argument representing leaves, default test cases being
[x] 2
[x] 2^10
[x] 2^15
[x] 2^20
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.
Description
Take
n
as an argument representing leaves, default test cases beingImplement 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.