MessageAuthenticationCode
public protocol MessageAuthenticationCode : ContiguousBytes, CustomStringConvertible, Hashable, Sequence where Self.Element == UInt8
A protocol defining requirements for Message Authentication Codes
-
Undocumented
Declaration
Swift
var byteCount: Int { get } -
==(_:Extension method_: ) Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> Bool -
makeIterator()Extension methodDeclaration
Swift
public func makeIterator() -> Array<UInt8>.Iterator -
descriptionExtension methodDeclaration
Swift
public var description: String { get }
View on GitHub
Install in Dash
MessageAuthenticationCode Protocol Reference