mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 14:53:08 +00:00
Clarify zk usage with starky (#1596)
This commit is contained in:
parent
42e048f45d
commit
217b4a272c
@ -1,3 +1,17 @@
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user