Merge pull request #1034 from Zokrates/add-marlin-to-backend-table
Add marlin to backend table
This commit is contained in:
commit
350d0903fe
2 changed files with 2 additions and 1 deletions
1
changelogs/unreleased/1034-schaeff
Normal file
1
changelogs/unreleased/1034-schaeff
Normal file
|
@ -0,0 +1 @@
|
|||
Add Marlin proving scheme to the backend table in the book
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue