# Functions
NewKey create a new key.
# Constants
AnyKeyslot tells providers to pick any keyslot.
LUKS2 encryption.
Unknown unecrypted or unsupported encryption.
# Variables
ErrDeviceBusy returned when mapped device is still in use.
ErrDeviceNotReady returned when device is not ready.
ErrEncryptionKeyRejected triggered when encryption key does not match.
ErrTokenNotFound returned when trying to get/delete not existing token.
# Interfaces
Provider represents encryption utility methods.
TokenProvider represents token management methods.