AESSIV
AESSIV, or AES-SIV, is a mode of operation for the AES block cipher that provides authenticated encryption with associated data (AEAD). It is deterministic and does not require a random nonce, distinguishing it from many other AEAD schemes that rely on nonce generation.
The algorithm uses two AES keys. A synthetic IV T is computed as CMAC_K2 over the associated
Security and properties: AES-SIV provides confidentiality and integrity as an AEAD scheme. It is deterministic with
Standards and implementations: AES-SIV is defined in RFC 5297. It is implemented in various cryptographic libraries
Notes and use cases: Suitable for environments where nonce handling is problematic or where deterministic encryption