- 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.
Implementation of the TEA cipher designed by David Wheeler and Roger Needham.