keyIdLength top-level constant

int const keyIdLength

Bytes of key fingerprint carried in a v1 secret.

Enough to make an accidental cross-flavor paste obvious; not a security boundary, since the auth tag is what actually rejects a wrong key.

Implementation

const keyIdLength = 4;