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