CBC.start

Initialize the cipher and, possibly, the initialization vector (IV).

  1. void start(bool forEncryption, KeyParameter keyParam)
    struct CBC(Cipher)
    nothrow
    void
    start
    if ()
  2. void start(bool forEncryption, ubyte[] userKey, ubyte[] iv)

Parameters

forEncryption bool

if true the cipher is initialized for encryption, if false for decryption.

Meta