barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Circuit size field discrepancy in ECCVM recursive verifier

Open ledwards2225 opened this issue 8 months ago • 0 comments

The circuit size (required as a witness FF in the ZM recursive verifier) cannot be extracted from the transcript as an FF (bigfield) in the ECCVM recursive verifier. It is thus extracted as a BF and converted to an FF. Resolution may be an update to the transcript functionality or a change in the input type in ZM to match the builder FF.

ledwards2225 avatar Jun 27 '24 22:06 ledwards2225