TEA

Undocumented in source.

Constructors

this
this(int[4] key)
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