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
At some point the sr25519 code should also have precomputation support for feature parity with ed25519.
The gains here are not going to be as big because we do not need to maintain compatibility with the standard library, and thus will only do deserialzation/decompression once.
The text was updated successfully, but these errors were encountered:
At some point the sr25519 code should also have precomputation support for feature parity with ed25519.
The gains here are not going to be as big because we do not need to maintain compatibility with the standard library, and thus will only do deserialzation/decompression once.
The text was updated successfully, but these errors were encountered: