Method Nettle.BlockCipher()->OFB.State()->set_iv()
classNettle.BlockCipher
classNettle.BlockCipher.OFB.State
- Method
set_iv
this_programset_iv(string(8bit)iv)- Description
Set the initialization vector to
iv. Theivmemory will be cleared before released.- Note
ivmust have the length reported by iv_size().- See also