cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
DES_TEST Struct Reference

#include <testdes.h>

Public Attributes

const BYTE key [DES_BLOCKSIZE]
 
const BYTE plaintext [DES_BLOCKSIZE]
 
const BYTE ciphertext [DES_BLOCKSIZE]
 

Detailed Description

Definition at line 7 of file testdes.h.

Member Data Documentation

const BYTE DES_TEST::ciphertext[DES_BLOCKSIZE]

Definition at line 10 of file testdes.h.

const BYTE DES_TEST::key[DES_BLOCKSIZE]

Definition at line 8 of file testdes.h.

const BYTE DES_TEST::plaintext[DES_BLOCKSIZE]

Definition at line 9 of file testdes.h.


The documentation for this struct was generated from the following file: