Method Nettle.MAC()->State()->set_iv()

class Nettle.MAC
class Nettle.MAC.State

Method set_iv

State set_iv(string(8bit) iv)

Description

Set the iv/nonce (if supported) for the MAC.

Returns

Returns this in order to simplify chaining of function calls.