Zero key constructor.

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public BlowfishCBC()
Visual Basic
Public Sub New
Visual C++
public:
BlowfishCBC()

Remarks

After construction you need to initialize the instance and then apply the IV.

See Also