crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
Tea.encrypt
crypto
tea
Tea
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
encrypt
(ubyte[] input, char[] key, PaddingMode paddingMode)
ubyte
[]
encrypt
(ubyte[] input, int[4] key, PaddingMode paddingMode)
class
Tea
static
ubyte
[]
encrypt
(
const
ubyte
[]
input
,
const
int
[4]
key
,
PaddingMode
paddingMode
=
PaddingMode.NoPadding
)
Meta
Source
See Implementation
crypto
tea
Tea
static functions
decrypt
encrypt