Variable AESCBCConst

AESCBC: AesEncryption<{}, AESCBC.GenParams> = ...

AES-CBC encryption algorithm.

Initialization Vectors must be 16 octets. During encryption, if IV is unspecified, it is randomly generated. During decryption, quality of IV is not checked.

Type declaration

    Generated using TypeDoc