nim-groth16/README.md
2023-11-09 15:21:21 +01:00

12 lines
342 B
Markdown

Groth16 prover in Nim
---------------------
This is Groth16 prover implementation in Nim, using the
[`constantine`](https://github.com/mratsim/constantine)
library as an arithmetic / curve backend.
The implementation should be compatible with the `circom` ecosystem.
At the moment only the `BN254` (aka. `alt-bn128`) curve is supported.