Module key_id

Source

Structsยง

KeyId ๐Ÿ”’
A key id is a unique identifier for a single key. There is a 1:1 mapping between key ID and key bytes, so something like a user key rotation is replacing the key with ID A with a new key with ID B.

Constantsยง

KEY_ID_SIZE ๐Ÿ”’
Since KeyId is a wrapper around UUIDs, this is statically 16 bytes.
UUID_SEED_SIZE ๐Ÿ”’