Skip to content

@pqc-sdk/core / StreamOptions

Interface: StreamOptions

Options for encryptStream.

Properties

chunkSize?

optional chunkSize?: number

Plaintext bytes per chunk. Must be a power of two between 2^10 (1 KiB) and 2^24 (16 MiB). Default: 2^16 (64 KiB, matching age's STREAM default) — most callers should not set this.