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
In #38 we moved to serde, however PartialSignatures (Eval) are now 8 bytes bigger to account for the vector length. We should look into if we can serialize them as tuples (similar to what was done here for Zexe). The extra 8 bytes should not be required, since we know the data format and the lengths.
The text was updated successfully, but these errors were encountered:
In #38 we moved to serde, however PartialSignatures (
Eval
) are now 8 bytes bigger to account for the vector length. We should look into if we can serialize them as tuples (similar to what was done here for Zexe). The extra 8 bytes should not be required, since we know the data format and the lengths.The text was updated successfully, but these errors were encountered: