Expand description
Ed25519 keys can be converted to X25519 keys, so that the same key pair can be used both for authenticated encryption (crypto_box) and for signatures (crypto_sign).
Functionsยง
- ed25519_
pk_ to_ curve25519 - Convert Ed25519 public key to Curve25519 public key.
- ed25519_
sign_ to_ curve25519 - Convert Ed25519 sign to Curve25519 sign.
- ed25519_
sk_ to_ curve25519 - Convert Ed25519 secret key to Curve25519 secret key.