HashedAuthenticationCode
public struct HashedAuthenticationCode<H> : MessageAuthenticationCode where H : HashFunction
A structure that contains a Message Authentication Code that was computed from a Hash Function using HMAC.
-
Undocumented
Declaration
Swift
public var byteCount: Int { get }
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R