Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize PartialSigs as serde tuples #40

Open
gakonst opened this issue Apr 24, 2020 · 0 comments
Open

Serialize PartialSigs as serde tuples #40

gakonst opened this issue Apr 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gakonst
Copy link
Contributor

gakonst commented Apr 24, 2020

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.

@gakonst gakonst added the enhancement New feature or request label Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant