crypto ~master (2020-12-03T08:33:30Z)
Dub
Repo
AES.this
crypto
aes
AES
Undocumented in source.
class
AES
(uint Nb, uint Nk, uint Nr)
this
(
in
ubyte
[]
key
,
in
ubyte
[]
iv
= [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
)
if
(
(
Nb
== 4 &&
Nk
== 4
&&
Nr
== 10
)
||
(
Nb
== 4 &&
Nk
== 6
&&
Nr
== 12
)
||
(
Nb
== 4 &&
Nk
== 8
&&
Nr
== 14
)
)
Meta
Source
See Implementation
crypto
aes
AES
constructors
this
destructors
~this
functions
decrypt
encrypt
properties
blockSize
Undocumented in source.