diff --git a/changelogs/unreleased/1034-schaeff b/changelogs/unreleased/1034-schaeff new file mode 100644 index 00000000..cc4498d1 --- /dev/null +++ b/changelogs/unreleased/1034-schaeff @@ -0,0 +1 @@ +Add Marlin proving scheme to the backend table in the book \ No newline at end of file diff --git a/zokrates_book/src/toolbox/proving_schemes.md b/zokrates_book/src/toolbox/proving_schemes.md index 3629c5ee..f1b58063 100644 --- a/zokrates_book/src/toolbox/proving_schemes.md +++ b/zokrates_book/src/toolbox/proving_schemes.md @@ -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`