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
It would be convenient to have serde's Serialize and Deserialize traits implemented for the groups and fields, so they could be seamlessly used e.g. for storing keys on disk, or sending signatures over the network.
To keep the dependencies minimal, this could be behind a feature flag.
The text was updated successfully, but these errors were encountered:
Great, I'm happy to give it a try, and start by moving our implementation (using the compressed representation) for G1 and G2 into this crate, and add one for Fr.
Should I make serde a full dependency, or put it behind a serialization-serde feature flag?
It would be convenient to have serde's
Serialize
andDeserialize
traits implemented for the groups and fields, so they could be seamlessly used e.g. for storing keys on disk, or sending signatures over the network.To keep the dependencies minimal, this could be behind a feature flag.
The text was updated successfully, but these errors were encountered: