streamingThresholdBytes constant
int
const streamingThresholdBytes
Inputs at or above this size are worth streaming; smaller ones can stay on the one-shot PqForge envelope where the per-file overhead dominates.
Implementation
static const streamingThresholdBytes = 8 * 1024 * 1024;