1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Merge pull request #1034 from Zokrates/add-marlin-to-backend-table

Add marlin to backend table
This commit is contained in:
Thibaut Schaeffer 2021-10-13 16:25:08 +03:00 committed by GitHub
commit 350d0903fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Add Marlin proving scheme to the backend table in the book

View file

@ -49,7 +49,7 @@ ZoKrates supports multiple backends. The options are the following:
| ---- | -------- | --------------- | ------ |
| Bellman | `--backend bellman` | G16 | ALTBN_128, BLS12_381 |
| Libsnark | `--backend libsnark` | GM17, PGHR13 | ALTBN_128 |
| Ark | `--backend ark` | GM17 | ALTBN_128, BLS12_377, BW6_761 |
| Ark | `--backend ark` | GM17, MARLIN | ALTBN_128, BLS12_377, BW6_761 |
Default: `bellman`