This repo attempts to implement in Rust the zero-knowledge arguments systems proposed by Jens Groth in the following papers:
These implementations are not meant to be used in production as they are not fully tested nor optimized. I implemented them as a way to learn both Rust and Zero Knowledge Systems.
At the moment the first paper entitled groth09 is implemented. The other two are WIP.