Symmetric Ciphers
[API]

Modules

 AES

Enumerations

enum  C4eCipherId { C4eCipherAes128, C4eCipherAes192, C4eCipherAes256, C4eCipherIdSize }

Enumeration Type Documentation

Cipher algorithm identifier.

Enumerator:
C4eCipherAes128 

AES-128

C4eCipherAes192 

AES-192

C4eCipherAes256 

AES-256

C4eCipherIdSize 

Number of enums (not a real cipher ID)

Definition at line 42 of file c4e_cipher.h.