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
Considering that the cost of converting from compressed to uncompressed format is negligible compared to the bottleneck imposed by the pairing function, using the compressed format instead of Jacobian format for wire messages would provide a good trade-off, resulting in a substantial reduction of bls_public_key and bls_signature data size (3x smaller) for network messages and storage in block extensions / history solutions etc.
The text was updated successfully, but these errors were encountered:
Considering that the cost of converting from compressed to uncompressed format is negligible compared to the bottleneck imposed by the pairing function, using the compressed format instead of Jacobian format for wire messages would provide a good trade-off, resulting in a substantial reduction of bls_public_key and bls_signature data size (3x smaller) for network messages and storage in block extensions / history solutions etc.
The text was updated successfully, but these errors were encountered: