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
Pairings elements will need to be serialized to various formats. The API should allow for different serialization options. The following data should be exposed:
Field elements:
Just a number, as a byte array (big endian)
Group elements:
Zero element boolean
X coordinate (big endian)
Y coordinate (big endian)
Is Y negative boolean
Also deprecate the toBytes and fromBytes methods.
The text was updated successfully, but these errors were encountered:
Pairings elements will need to be serialized to various formats. The API should allow for different serialization options. The following data should be exposed:
Also deprecate the
toBytes
andfromBytes
methods.The text was updated successfully, but these errors were encountered: