Interface MessageEncryptorPayload

interface MessageEncryptorPayload {
    ciphertext: Uint8Array;
    nonce: Uint8Array;
    v: MessageEncryptorVersion;
}

Properties

Properties

ciphertext: Uint8Array
nonce: Uint8Array

Generated using TypeDoc