Instance Propertyswift-crypto 3.15.1Crypto
byteCount
HMAC.swift:202- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
var byteCount: Int { get }var byteCount: Int { get }import CryptoA cryptography library for Swift.
struct HashedAuthenticationCode<H> where H : HashFunctionA hash-based message authentication code.
@frozen struct IntA signed integer value type.
var description: String { get }A human-readable description of the code.
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R Invokes the given closure with a buffer pointer covering the raw bytes of the code.