@s2-dev/streamstore - v0.23.0
    Preparing search index...

    Type Alias EncryptionKeyInput

    EncryptionKeyInput: string | Uint8Array

    Accepted input for client-supplied encryption keys.

    • string: base64-encoded key material
    • Uint8Array: raw key material, which will be base64-encoded automatically