Method Nettle.BlockCipher()->OFB.State()->set_decrypt_key()
- Method set_decrypt_key
 this_programset_decrypt_key(string(8bit)key,int|voidflags)- Description
 Prepare the cipher and the wrapper for decrypting with the given
key. Thekeymemory will be cleared before released.- Note
 Note that this operation does not by itself reset the context sufficiently to start a new message; set_iv() needs to be called too.
- See also