Blowfish.this
this
(const(ubyte)[] key)Constructs a Blowfish cipher with the given key.
Parameters
key | The key (4 to 56 bytes, i.e., 32 to 448 bits). |
Throws
CryptoException if the key length is not between 4 and 56 bytes.
(const(ubyte)[] key)Constructs a Blowfish cipher with the given key.
key | The key (4 to 56 bytes, i.e., 32 to 448 bits). |