tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Tiny_AES.State
tagion
crypto
aes
tiny_aes
tiny_aes
Tiny_AES
Undocumented in source.
struct
Tiny_AES
(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
union
State {
state_t
*
state_p
;
protected
ubyte
*
buf_p
;
static
state_t
opCall
(ubyte[] buf);
static
state_t
opCall
(ubyte[BLOCK_SIZE] buf);
}
Members
Static functions
opCall
state_t
opCall
(ubyte[] buf)
Undocumented in source.
opCall
state_t
opCall
(ubyte[BLOCK_SIZE] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buf_p
ubyte
*
buf_p
;
Undocumented in source.
state_p
state_t
*
state_p
;
Undocumented in source.
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