mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-01-05 23:23:08 +00:00
12 lines
342 B
Markdown
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.
|