ts-algochat
    Preparing search index...

    Interface EncryptionOptions

    Options for message encryption/decryption

    interface EncryptionOptions {
        psk?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    psk?: Uint8Array<ArrayBufferLike>

    Pre-shared key (32 bytes) for hybrid PSK+ECDH encryption; confidentiality requires compromise of both PSK and ECDH secret