Class Nettle.MAC()->State
- Description
Base class for MAC contexts.
- Inherit State
inherit MAC::State : State
- Method create
Nettle.MAC.State Nettle.MAC.State(string(8bit) key)
- Description
Initialize the MAC with a password.
It also resets any iv/nonce to it's default.