Void setCipherIVec(CipherHandle h, IVec key)
Arguments
h: The cipher handlekey: The initialisation vector
Usage
Sets the cipher initialisation vector. The length of the vector depends on the cipher algorithm, and can be found with cipherBlockLength. Unlike the key, the initialisation vector does not need to be secret.