tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
AESCrypto.crypt
tagion
crypto
aes
AESCrypto
AESCrypto
Undocumented in source.
struct
AESCrypto
(int KEY_LENGTH)
static pure nothrow @
safe
void
crypt
(
bool
ENCRYPT
= true
)
(
scope
const
(
ubyte
[])
key
,
scope
const
(
ubyte
[])
iv
,
return
scope
const
(
ubyte
[])
indata
,
ref
ubyte
[]
outdata
)
Meta
Source
See Implementation
tagion
crypto
aes
AESCrypto
AESCrypto
aliases
AES
decrypt
encrypt
constructors
this
manifest constants
BLOCK_SIZE
KEY_SIZE
static functions
crypt
crypt_parse
enclength