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
Points in G1 can be compressed into just 256 bits, as the x coordinate only takes 254 bits, and the highest order bit can be used to store the parity of the y coordinate. This will require an internal method to derive the y coordinate from the x, which can be abstracted out of the method in hashToG1.
The text was updated successfully, but these errors were encountered:
Points in G1 can be compressed into just 256 bits, as the x coordinate only takes 254 bits, and the highest order bit can be used to store the parity of the y coordinate. This will require an internal method to derive the y coordinate from the x, which can be abstracted out of the method in hashToG1.
The text was updated successfully, but these errors were encountered: