#include <tea.h>
Inheritance diagram for TEA:

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 |
Definition at line 13 of file tea.h.
|
|
|
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000