tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
AES.crypt
tagion
betterC
wallet
Net
AES
Undocumented in source. Be warned that the author may not have intended to support it.
struct
AES
static
void
crypt
(
bool
ENCRYPT
= true
)
(
scope
const
(
ubyte
[])
key
,
scope
const
(
ubyte
[])
iv
,
scope
const
(
ubyte
[])
indata
,
ref
ubyte
[]
outdata
)
Meta
Source
See Implementation
tagion
betterC
wallet
Net
AES
aliases
T_AES
decrypt
encrypt
manifest constants
BLOCK_SIZE
KEY_LENGTH
KEY_SIZE
static functions
crypt
crypt_parse
enclength