Contents

update(data:)

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

Declaration

mutating func update<D>(data: D) where D : DataProtocol

Parameters

  • data:

    The data for which to compute the authentication code.

See Also

Creating an authentication code iteratively