Closed aashutoshrathi closed 1 month ago
Take n as argument, default test cases being 1, 100, 10,000, 1,000,000 Commit the nth prime. Implement this in Rust & have a wasm-compiled version using wasm-build too. Benchmark this on all zkVMs for native and Wasm.
n
1
100
10,000
1,000,000
wasm-build
Description
Take
n
as argument, default test cases being1
,100
,10,000
,1,000,000
Commit the nth prime. Implement this in Rust & have a wasm-compiled version usingwasm-build
too. Benchmark this on all zkVMs for native and Wasm.