update(data:)

Updates the message authentication code computation with a block of data.

HMAC.swift:152
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
mutating func update<D>(data: D) where D : DataProtocol

Parameters

data

The data for which to compute the authentication code.