Skip to content

Pure OCaml implementation of the Groth-Maller SNARK verifier (and associated crypto)

License

Notifications You must be signed in to change notification settings

stjordanis/snarkette

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snarkette

Snarkette is a pure OCaml implementation of the Groth-Maller SNARK verifier (and all the requisite number-theoretic primitives), suitable for compiliing to Javascript using js_of_ocaml to be deployed in SNARK-enabled web-apps.

In the service of the Groth-Maller SNARK verifier, it implements the following primitives:

  • Prime order finite fields
  • Degree 2 field extensions
  • Degree 3 field extensions
  • Degree 6 field extensions
  • Weierstrass curves over arbitrary fields
  • The ate pairing

The code has not yet undergone extensive review or testing and as such should not be used in critical systems.

About

Pure OCaml implementation of the Groth-Maller SNARK verifier (and associated crypto)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 99.8%
  • Standard ML 0.2%