update(data:)
Updates the message authentication code computation with a block of data.
- 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.