StreamCipher.setIv

Resync the cipher using the IV

interface StreamCipher
public abstract
void
setIv
(
const(ubyte)* iv
,
size_t iv_len
)

Parameters

iv const(ubyte)*

the initialization vector

iv_len size_t

the length of the IV in bytes

Meta