fixedHeaderLength constant
int
const fixedHeaderLength
magic + version + keyId + labelLen.
Implementation
static const int fixedHeaderLength = 4 + 1 + 2 + 1;
magic + version + keyId + labelLen.
static const int fixedHeaderLength = 4 + 1 + 2 + 1;