pub(crate) const KEY_ID_SIZE: usize = 16;
Since KeyId is a wrapper around UUIDs, this is statically 16 bytes.
KeyId