Closed aashutoshrathi closed 1 month ago
Take n as an argument, default test cases being 1, 100, 10,000, and 100,000. This means validating the same BLS signature n times.
n
1
100
10,000
100,000
Implement this in Rust & have a wasm-compiled version using wasm-build too. Benchmark this on all zkVMs for native and Wasm.
wasm-build
Description
Take
n
as an argument, default test cases being1
,100
,10,000
, and100,000
. This means validating the same BLS signature n times.Implement this in Rust & have a wasm-compiled version using
wasm-build
too. Benchmark this on all zkVMs for native and Wasm.