nim-groth16/README.md

12 lines
342 B
Markdown
Raw Normal View History

2023-11-09 15:20:07 +01:00
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.