Skip to main content

Module key_id

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.