crypto v0.2.8 (2019-08-12T01:18:36Z)
Dub
Repo
AES.blockSize
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)
@
property
const
size_t
blockSize
(
)
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