-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conditional serialization for crypto primitives (string or bytes) #33
Conditional serialization for crypto primitives (string or bytes) #33
Conversation
Signed-off-by: artem.ivanov <[email protected]>
Signed-off-by: artem.ivanov <[email protected]>
I had just been thinking about this recently because the string serialization of points is so bad (not normalized or compressed). The serde Serializer has an |
Thank you! It seems to be exactly what we need. |
Signed-off-by: artem.ivanov <[email protected]>
573d8b1
to
e391be8
Compare
Signed-off-by: artem.ivanov <[email protected]>
e391be8
to
b7c89d2
Compare
Co-authored-by: Andrew Whitehead <[email protected]> Signed-off-by: artem.ivanov <[email protected]>
Co-authored-by: Andrew Whitehead <[email protected]> Signed-off-by: artem.ivanov <[email protected]>
Make conditional serialization for crypto primitives: