Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TEA Class Reference

base class, do not use directly. More...

#include <tea.h>

Inheritance diagram for TEA:

FixedBlockSize FixedKeyLength BlockTransformation TEADecryption TEAEncryption List of all members.

Public Types

enum  { ROUNDS = 32, LOG_ROUNDS = 5 }

Public Methods

 TEA (const byte *userKey)

Protected Attributes

SecBlock<word32> k

Static Protected Attributes

const word32 DELTA = 0x9e3779b9

Detailed Description

base class, do not use directly.

Definition at line 13 of file tea.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 18 of file tea.h.


Constructor & Destructor Documentation

TEA::TEA ( const byte * userKey )
 

Definition at line 10 of file tea.cpp.


Member Data Documentation

const word32 TEA::DELTA = 0x9e3779b9 [static, protected]
 

Definition at line 21 of file tea.h.

SecBlock< word32 > TEA::k [protected]
 

Definition at line 22 of file tea.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:17:19 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000