Contents

MessageAuthenticationCode

A type that represents a message authentication code.

Declaration

@preconcurrency protocol MessageAuthenticationCode : ContiguousBytes, CustomStringConvertible, Hashable, Sendable, Sequence where Self.Element == UInt8

Topics

Retrieving the code length

Comparing codes

Default Implementations

See Also

Working with codes