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
Either I am missing the logic or there is none. Outside of the C++, we seem to variously use string[], Uint8Array and Buffer, and we have both "bytes" and "as fields" versions of various things. Someone should have a look at this and standardize. My dream would be a single source of truth in code, perhaps a msgpack schema for prover outputs, for instance, and a minimum number of copies/conversions between types.
The text was updated successfully, but these errors were encountered:
Either I am missing the logic or there is none. Outside of the C++, we seem to variously use
string[]
,Uint8Array
andBuffer
, and we have both "bytes" and "as fields" versions of various things. Someone should have a look at this and standardize. My dream would be a single source of truth in code, perhaps a msgpack schema for prover outputs, for instance, and a minimum number of copies/conversions between types.The text was updated successfully, but these errors were encountered: