TEA

Implementation of the TEA cipher designed by David Wheeler and Roger Needham.

Constructors

this
this()
Undocumented in source.
this
this(bool encrypt, ubyte[] key)
Undocumented in source.

Members

Functions

init
void init(bool encrypt, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
update
uint update(const(void[]) input_, void[] output_)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

blockSize
uint blockSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
const(char)[] name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BlockCipher

blockSize
uint blockSize [@property getter]

Meta