@softcose/softchat - v0.1.0
    Preparing search index...

    Variable AttachmentCryptoConst

    AttachmentCrypto: Readonly<
        {
            decrypt(encrypted: Uint8Array, key: Uint8Array): Uint8Array;
            encrypt(plaintext: Uint8Array, key: Uint8Array): Uint8Array;
        },
    > = ...

    Bounded released-client attachment compatibility operations.