Embedded SDK
Embedded SDK
lcx_aes_siv.h File Reference

Advanced Encryption Standard with Synthetic Initialization Vector (AES-SIV). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Advanced Encryption Standard with Synthetic Initialization Vector (AES-SIV).

Description

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.

Author
Ledger
Version
1.0

Definition in file lcx_aes_siv.h.