pqSealDefaultVersion top-level constant

int const pqSealDefaultVersion

The version pqSeal emits when the caller does not choose one.

Raising this is a fleet-wide decision, not a local one: every reader has to understand the new version before any writer emits it, and a sealer has no way to discover what its recipients can open. Prefer passing pqSeal(version:) from a caller that knows — the key package's advertised suites, say — over changing the default.

Implementation

const int pqSealDefaultVersion = 0x02;