Type alias KeyPairX

KeyPairX: Readonly<{
    privateKey: PrivateKeyX;
    publicKey: PublicKeyX;
}>

X25519 version of key pair. The X25519 routines in libsodium does not have a separate secret key.

Type declaration

Generated using TypeDoc