Method Nettle.BlockCipher16()->KW.State()->set_iv()
- Method set_iv
this_program
set_iv(string(8bit)
iv
)- Description
Set the initialization vector to
iv
. Theiv
memory will be cleared before released.The default iv if this function hasn't been called is
"\246\246\246\246\246\246\246\246"
(cf RFC 3394 section 2.2.3.1.- See also