crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
AES.encrypt
crypto
aes
AES
Undocumented in source. Be warned that the author may not have intended to support it.
class
AES
(uint Nb, uint Nk, uint Nr)
ubyte
[]
encrypt
(
in
ubyte
[]
buffer
,
PaddingMode
paddingMode
)
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