XXTEA.decryptFromBase64

Undocumented in source. Be warned that the author may not have intended to support it.
class XXTEA
pure static
ubyte[]
decryptFromBase64
(
T
)
(
in string data
,
in T key
)
if (
isSomeString!T ||
is(T == byte[])
||
is(T == ubyte[])
)

Meta