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
X25519 and Ed25519 use the same curve25519, but in x25519 it's encoded in montgomery form, so byte representations are incompatible. Ideally we want to support both.
The text was updated successfully, but these errors were encountered:
X25519 and Ed25519 use the same curve25519, but in x25519 it's encoded in montgomery form, so byte representations are incompatible. Ideally we want to support both.
The text was updated successfully, but these errors were encountered: