Skip to main content

Module error

Module error 

Source
Expand description

Typed error taxonomy and failure-kind enums.

Enumsยง

AeadBackend
Backend implementation that performed an AEAD operation.
AeadFailureKind
Specific reason an AEAD encrypt or decrypt operation failed.
ConstantTimeFailureKind
Specific reason a constant-time comparison did not match.
CryptoError
Typed error taxonomy for all crypto operations in the workspace.
HkdfFailureKind
Specific reason an HKDF operation failed.
HkdfHash
Hash function underlying an HKDF operation.
KdfAlgorithm
Password-based key derivation algorithm identifier.
KdfFailureKind
Specific reason a KDF operation failed.
KdfProfile
Versioned parameter profile for the KDF.
KemFailureKind
Specific reason a KEM (key encapsulation) operation failed.
KeyAgreementFailureKind
Specific reason a key agreement operation failed.
KeyWrapAlgorithm
Key-wrapping algorithm identifier.
KeyWrapFailureKind
Specific reason a key-wrap operation failed.
KeyWrapOperation
Key-wrap operation being attempted when a failure occurred.
MacFailureKind
Specific reason an HMAC operation failed.
MacHash
Hash function underlying an HMAC operation.
RngFailureKind
Specific reason secure random generation failed.
RngOutputKind
Purpose of the random output being generated.
SignatureBackend
Backend implementation that performed a signature operation.
SignatureFailureKind
Specific reason a signature operation failed.
SignatureOperation
Signature-related operation being attempted when a failure occurred.