crypto v0.1.8 (2019-03-14T12:01:58Z)
Dub
Repo
AES.this
crypto
aes
AES
Undocumented in source.
class
AES
(uint Nb, uint Nk, uint Nr)
this
(
in
ubyte
[]
k
)
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
functions
decrypt
encrypt
properties
blockSize