tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Tiny_AES.this
tagion
crypto
aes
tiny_aes
tiny_aes
Tiny_AES
Undocumented in source.
this
(const(ubyte[KEY_SIZE]) key)
this
(const(ubyte[KEY_SIZE]) key, const(ubyte[BLOCK_SIZE]) iv)
struct
Tiny_AES
(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
static if
(!(
mode is Mode.ECB
))
this
(
ref
const
(
ubyte
[
KEY_SIZE
])
key
,
ref
const
(
ubyte
[
BLOCK_SIZE
])
iv
)
Meta
Source
See Implementation
tagion
crypto
aes
tiny_aes
tiny_aes
Tiny_AES
aliases
state_t
constructors
this
functions
decrypt
encrypt
iv
xcrypt
manifest constants
BLOCK_SIZE
KEY_SIZE
Nb
Nk
Nr
Rcon
keyExpSize
static variables
rsbox
sbox
structs
Context
unions
State
variables
ctx