Method Nettle.AEAD()->State()->update()
- Method
update
State
update(string(8bit)
data
)- Description
Add some more associated data.
All associated data typically needs to be added before any data to actually encrypt.
- Returns
Returns
this
in order to simplify chaining of function calls.