0xPolygonZero / plonky2

Apache License 2.0
763 stars 285 forks source link

Explicitely mention that `starky` doesn't support `ZK` #1595

Closed Nashtare closed 3 months ago

Nashtare commented 4 months ago

starky proofs were not intended to be used with ZK Instead, the crate was rather focused on fast proof generation, optionally followed by a recursive wrapper (adding ZK if needed) with plonky2. As such all hiding and blinding parameters are hardcoded to false, but it may not be clear for downstream users that such choice was made.

We should make it explicit in the doc.