TEA

Undocumented in source.

Constructors

this
this(int[4] key)

Undocumented in source.

Destructor

~this
~this()

Undocumented in source.

Members

Aliases

decrypt
alias decrypt = crypt!(decryptBlock)

Decrypt given ubyte array (length to be crypted must be 8 ubyte aligned)

encrypt
alias encrypt = crypt!(encryptBlock)

Encrypt given ubyte array (length to be crypted must be 8 ubyte aligned)

Meta