The output size, in bytes, of this hash function.
static var count: Int { get }
s21MessageAuthentication0aB4HashP5countSivpZ
5C6V2
import MessageAuthentication
protocol MessageAuthenticationHash : RandomAccessCollection where Self.Element == UInt8, Self.Index == Int
A hash that can be used to generate a message authentication code (MAC).
@frozen struct Int
A signed integer value type.
init(hashing message: some Collection<UInt8>)
Computes an instance of this hash for the given message.
static var stride: Int { get }
The natural block stride of this hash function.
var count: Int { get }