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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
but it requires to make the field in G1Compressed/G2Compressed. So far I avoided looking into serde_impl since this appears to be too simple to require serde. Am I missing something? Is there a better way to do that?
The text was updated successfully, but these errors were encountered:
Heyho! Thanks for building this library. I successfully built a drand verifier on top of it.
However, I wonder what the proper way to create G1Affine/G2Affine from the compressed point serialization is? The following works for me
but it requires to make the field in
G1Compressed
/G2Compressed
. So far I avoided looking into serde_impl since this appears to be too simple to require serde. Am I missing something? Is there a better way to do that?The text was updated successfully, but these errors were encountered: