You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPA fuzzer uses MockTranscript class instead of NativeTranscript, the former is currently not compatible with the add_to_hash_buffer() functionality designed to hash verification keys. Related to #1150
The text was updated successfully, but these errors were encountered:
iakovenkos
changed the title
Transcript issues: bad serde, memory fragmentation, and add_to_hash_buffer() is incompatible with IPA fuzzer
Transcript method add_to_hash_buffer() is incompatible with IPA fuzzer
May 28, 2025
Uh oh!
There was an error while loading. Please reload this page.
IPA fuzzer uses
MockTranscript
class instead ofNativeTranscript
, the former is currently not compatible with theadd_to_hash_buffer()
functionality designed to hash verification keys. Related to #1150The text was updated successfully, but these errors were encountered: