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
KeyIdis a wrapper around UUIDs, this is statically 16 bytes.