crypto v0.2.14 (2020-09-01T02:12:58Z)
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
(
const
ubyte
[]
input
,
const
char
[]
key
,
const
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