Type alias EncodedEncryptionKey

EncodedEncryptionKey: {
    x25519: Uint8Array;
}

Type declaration

  • x25519: Uint8Array