You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Stores encryption context information.

If the iv initialization vector was used during encryption, then the same vector must be specified during decryption.


typedef struct
{
    grd_uint8 iv[16];
    grd_uint8 inf[8];
} GrdAesContext;

Fields

iv
Initialization vector
  • No labels