barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

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

Open maramihali opened this issue 9 months ago • 2 comments

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 avatar May 21 '24 11:05 maramihali