AztecProtocol / barretenberg

Apache License 2.0
126 stars 77 forks source link

`*RecursiveVerifier.verify_proof` should receive `StdlibProof` rather than `HonkProof` as argument #991

Open maramihali opened 1 month ago

maramihali commented 1 month ago

We are currently constructing a StdlibProof from a HonkProof inside the recursive verifiers which is an insecure pattern. Moreover, not hashing the verification key leads to potential weak Fiat-Shamir issues.

maramihali commented 1 month ago