Skip to content

WASM compatible ZK-SNARKs groth16 verifier that can run on your browser (demo: https://xycloo.github.io/wasm-groth16-verifier) or any wasm VM.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

xycloo/wasm-groth16-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groth-16 Verifier

A groth-16 verifier designed to work with WASM in #[no_std] environments

This is an imlpementation of the groth 2016 proof verification algorithm. This crate is reliant on the awesome ark-std, ark-bls12_377, ark-ec and ark-ff crates from arkworks-rs.

As you can see in the demo, you can use this crate to verify zk-SNARKs on your browser by compiling the crate to WebAssembly, you can look at the js_demo directory in the code to implement it.

You can also try out the verifier from your browser here.

By default this library makes no use of the std crate, however it uses the alloc crate.

License

This library is licensed under either of the following licenses, at your discretion.

Unless you explicitly state otherwise, any contribution submitted for inclusion in this library by you shall be dual licensed as above (as defined in the Apache v2 License), without any additional terms or conditions.

Acknowledgements

This verifier is completely reliant on the arkworks ecosystem and their amazing work.

About

WASM compatible ZK-SNARKs groth16 verifier that can run on your browser (demo: https://xycloo.github.io/wasm-groth16-verifier) or any wasm VM.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published