Tiny Encryption Algorithm.
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
Tiny Encryption Algorithm. This class implements the Tiny Encryption Algorithm by David Wheeler and Roger Needham at Cambridge University.This is a simple algorithm using a 128 bit binary key and encrypts data in 64 bit blocks.
virtual void EncodeBlock( const void * in, void * out )
out - Pointer to coded n bit block.virtual void DecodeBlock( const void * in, void * out )
out - Pointer to clear n bit block.
Alphabetic index HTML hierarchy of classes or Java