This commit is contained in:
Daniel Lubarov 2023-02-25 16:55:19 -08:00
parent bfaa80a38c
commit 801fa641ca

View File

@ -55,3 +55,7 @@ While Plonky2 is configurable, its defaults generally target 100 bits of securit
Plonky2's default hash function is Poseidon, configured with 8 full rounds, 22 partial rounds, a width of 12 field elements (each ~64 bits), and an S-box of `x^7`. [BBLP22](https://tosc.iacr.org/index.php/ToSC/article/view/9850) suggests that this configuration may have around 95 bits of security, falling a bit short of our 100 bit target.
## Links
- [System Zero](https://github.com/mir-protocol/system-zero), a zkVM built on top of Starky (no longer maintained)