minKeyLength top-level constant

int const minKeyLength

The shortest key that will be accepted.

Keys created before newKeyLength was raised are 12 bytes, so this cannot move up without invalidating them.

Implementation

const minKeyLength = 12;