Skip to content

Testing how (in)efficient it is to generate SNARK proofs in a browser

License

Notifications You must be signed in to change notification settings

piotr-roslaniec/wasmarking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmarking

Testing performance of generating SNARK proofs in native and browser (WASM) environments.

To run all benchmarks:

 make bench

Running wasm benchmarks

 cargo install wasm-pack --no-default-features
 wasm-pack test --release --headless --firefox

or

 make wasm-bench

Running native benchmarks

 cargo install cargo-criterion
 cargo criterion

or

 make native-bench

License

The code in this repository is licensed under the terms of Apache License 2.0.

About

Testing how (in)efficient it is to generate SNARK proofs in a browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.4%
  • Makefile 4.6%