Simon Perriard a4efbe8369
Fix example and documentation rendering (#1614)
* Fix starky runnable doc example and fix cargo doc

* Formatting and Clippy

* bump katex version and add config.toml

* Update README for local doc and add flag for docs.rs

* Add missing whitespace

---------

Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
Co-authored-by: Ben <bmarsh94@gmail.com>
2024-08-29 12:22:37 +00:00
..
2024-06-09 01:01:43 +09:00

Starky

Starky is a FRI-based STARK implementation.

It is built for speed, features highly efficient recursive verification through plonky2 circuits and gadgets, and is being used as backend proving system for the Polygon Zero Type-1 zkEVM.

Note on Zero-Knowledgeness

While STARKs can be made Zero-Knowledge, the primary purpose of starky is to provide fast STARK proof generation. As such, ZK is disabled by default on starky. Applications requiring their proof to be zero-knowledge would need to apply a recursive wrapper on top of their STARK proof with the zero_knowledge parameter activated in their CircuitConfig. See plonky2 documentation for more info.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.