Gnark
⚠️This API and documentation is still under active development.
Overview
Gnark is the default provider
supported by Provide Privacy. This choice was made due to the performance characteristics of Golang as well as how well it fits within our existing Golang-based microservices architecture.
Proving Schemes
The following proving schemes are supported by the gnark
provider within the privacy service. The proving_scheme
parameter indicates how to programmatically select each proving scheme when calling the API.
Name |
|
|
Supported Curves
The following curves are supported by the gnark
provider within the privacy service. The curve
parameter indicates how to programmatically select the desired curve when calling the API.
Name |
|
BLS337 |
|
BLS381 |
|
BN256 |
|
BW761 |
|
Circuit Library
Gnark circuits (a type of prover) are written in Golang, making it an ideal choice for performance and flexibility. The following library circuits are provided out of the box:
⚠️This API and documentation is still under active development.
Last updated