AES.this
this
(const(ubyte)[] key)Constructs a new AES cipher with the given key.
Parameters
key | The secret key (16, 24, or 32 bytes). |
Throws
CryptoException if the key length is invalid.
(const(ubyte)[] key)Constructs a new AES cipher with the given key.
key | The secret key (16, 24, or 32 bytes). |