update(data:)
Updates the message authentication code computation with a block of data.
Declaration
mutating func update<D>(data: D) where D : DataProtocolParameters
- data:
The data for which to compute the authentication code.
Updates the message authentication code computation with a block of data.
mutating func update<D>(data: D) where D : DataProtocolThe data for which to compute the authentication code.