aws_lc_rs::aead

Module nonce_sequence

Source
Expand description

Implementations of NonceSequence for use with BoundKeys.

Structsยง

  • Counter32 is an implementation of the NonceSequence trait.
  • Counter64 is an implementation of the NonceSequence trait.
  • NonceSequenceBuilder facilitates the building of a Counter32.
  • NonceSequenceBuilder facilitates the building of a Counter64.