Blowfish.this

this(const(ubyte)[] key)

Constructs a Blowfish cipher with the given key.

Parameters

keyThe key (4 to 56 bytes, i.e., 32 to 448 bits).

Throws

CryptoException if the key length is not between 4 and 56 bytes.