Main Page   Data Structures   File List   Data Fields   Globals  

CYFER_BlockCipher_t Struct Reference

A structure describing supported block ciphers. More...

#include <cipher.h>


Data Fields

int type
 Algorithm id.

char * name
 Algorithm name.

size_t keylen
 Key length (maximum key length) in bytes.

size_t minkey
 Minimum key length in bytes.

size_t length
 Data block length in bytes.


Detailed Description

A structure describing supported block ciphers.


Field Documentation

size_t CYFER_BlockCipher_t::keylen
 

Key length (maximum key length) in bytes.

size_t CYFER_BlockCipher_t::length
 

Data block length in bytes.

size_t CYFER_BlockCipher_t::minkey
 

Minimum key length in bytes.

char* CYFER_BlockCipher_t::name
 

Algorithm name.

int CYFER_BlockCipher_t::type
 

Algorithm id.


The documentation for this struct was generated from the following file:
Generated on Sun Sep 26 13:53:58 2004 for Cyfer by doxygen1.3-rc3