Skip to main content

Module aead_semantic

Module aead_semantic 

Source
Expand description

Layer B semantic outcomes for AEAD decryption.

See workspace ADR docs/adr/003-aead-decrypt-layers.md for Layer A/B/C definitions and threat-model boundaries. This module is gated on the alloc feature.

Enums§

DecryptSemanticOutcome
Semantic result of an AEAD decrypt after parseable inputs were accepted.

Traits§

AeadDecryptSemantic
AEAD implementations that expose a semantic decrypt API (Layer B).