# Functions
FromKey returns an encryption transformer instance according to the given key format.
Transformer returns a JWE encryption value transformer instance.
TransformerKey assemble a transformer key.
# Constants
PBKDF2Iterations is the default number of iterations for PBKDF2, 100k iterations.
PBKDF2SaltSize is the default size of the salt for PBKDF2, 128-bit salt.
# Variables
nolint:revive,stylecheck // Accepted case.
nolint:revive,stylecheck // Accepted case.
nolint:revive,stylecheck // Accepted case.
nolint:revive,stylecheck // Accepted case.
nolint:revive,stylecheck // Accepted case.
nolint:revive,stylecheck // Accepted case.
# Type aliases
No description provided by the author