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

    Type Alias AttachmentTransformFinal

    AttachmentTransformFinal: Readonly<
        {
            authenticationTag: Uint8Array;
            byteCount: number;
            encryptedSha256: string;
            plaintextSha256: string;
        },
    >

    Final authentication and hashes for one staged attachment transform.