Embedded SDK
Embedded SDK
|
Advanced Encryption Standard with Synthetic Initialization Vector (AES-SIV). More...
Go to the source code of this file.
Advanced Encryption Standard with Synthetic Initialization Vector (AES-SIV).
AES-SIV is an algorithm which provides both authentication and encryption. It uses AES in CMAC mode to compute a synthetic initialization vector which is further used by the AES in counter mode to encrypt or decrypt the plaintext or ciphertext. The synthetic initialization vector along with the encrypted plaintext is the ciphertext.
Definition in file lcx_aes_siv.h.