crypto v0.2.5 (2019-07-08T09:49:00Z)
Dub
Repo
Xtea.encrypt
crypto
tea
Xtea
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
encrypt
(ubyte[] input, char[] key, int rounds, PaddingMode paddingMode)
class
Xtea
static
ubyte
[]
encrypt
(
in
ubyte
[]
input
,
in
char
[]
key
,
int
rounds
= 64
,
PaddingMode
paddingMode
=
PaddingMode.NoPadding
)
ubyte
[]
encrypt
(ubyte[] input, int[4] key, int rounds, PaddingMode paddingMode)
Meta
Source
See Implementation
crypto
tea
Xtea
static functions
decrypt
encrypt