-
Notifications
You must be signed in to change notification settings - Fork 178
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
Basic serde support for Scalar, G1 and G2 (Fix #57) #61
base: main
Are you sure you want to change the base?
Conversation
I think this PR needs a rebase now that #64 has been merged. Also, as a heads up: this PR is unlikely to be part of |
Thank you for your reply! |
Any time estimate for the landing of this PR? Serde is useful not only for serialization but also for the generation of correct message hashers (see https://crates.io/crates/bcs). |
I solved the conflicts. |
We introduced serde support in the The implementation uses serde's |
Fix CI error of #57.
This PR makes this library support structs as below to serde.