edgeport - v1.0.3
    Preparing search index...

    Interface X25519KeyPair

    An ephemeral X25519 keypair: the private CryptoKey and the 32-byte public key.

    interface X25519KeyPair {
        privateKey: CryptoKey;
        publicKey: Uint8Array;
    }
    Index
    privateKey: CryptoKey
    publicKey: Uint8Array