tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
AESCrypto.crypt_parse
tagion
crypto
aes
AESCrypto
AESCrypto
Undocumented in source.
struct
AESCrypto
(int KEY_LENGTH)
static nothrow
void
crypt_parse
(
bool
ENCRYPT
= true
)
(
const
(
ubyte
[])
key
,
ubyte
[
BLOCK_SIZE
]
iv
,
ref
ubyte
[]
data
)
in (key.length is KEY_SIZE, __format("The key size must be %d bytes not %d", KEY_SIZE, key.length))
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