XTEA

+ XTEA helper type + see: http://en.wikipedia.org/wiki/XTEA

Constructors

this
this(int[4] _key, int _rounds)

c'tor

Members

Aliases

Decrypt
alias Decrypt = Crypt!(DecryptBlock)

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

Encrypt
alias Encrypt = Crypt!(EncryptBlock)

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

Meta