[][src]Module aes_siv::siv

The Synthetic Initialization Vector (SIV) misuse-resistant block cipher mode of operation (RFC 5297).

Structs

Siv

Synthetic Initialization Vector (SIV) mode, providing misuse-resistant authenticated encryption (MRAE).

Constants

IV_SIZE

Size of the (synthetic) initialization vector in bytes

MAX_HEADERS

Maximum number of header items on the encrypted message

Type Definitions

Aes128Siv

AES-CMAC-SIV with a 128-bit key

Aes128PmacSiv

AES-PMAC-SIV with a 128-bit key

Aes256Siv

AES-CMAC-SIV with a 256-bit key

Aes256PmacSiv

AES-PMAC-SIV with a 256-bit key

CmacSiv

SIV modes based on CMAC

PmacSiv

SIV modes based on PMAC