xxtea v1.0.0 (2016-02-12T18:46:41Z)
Home
Dub
Repo
XXTEA.decrypt
xxtea
XXTEA
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
decrypt
(ubyte[] data, ubyte[] key)
ubyte
[]
decrypt
(ubyte[] data, T key)
class
XXTEA
pure static
ubyte
[]
decrypt
(
T
)
(
in
ubyte
[]
data
,
in
T
key
)
if
(
isSomeString
!
T
||
is
(
T
==
byte
[])
)
Meta
Source
See Implementation
xxtea
XXTEA
static functions
decrypt
decryptFromBase64
encrypt
encryptToBase64