Instance Propertyswift-crypto 3.12.2Crypto
description
A human-readable description of the code.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var description: String { get }
A human-readable description of the code.
var description: String { get }
import Crypto
A cryptography library for Swift.
struct HashedAuthenticationCode<H> where H : HashFunction
A hash-based message authentication code.
@frozen struct String
A Unicode string value that is a collection of characters.
var byteCount: Int { get }
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R
Invokes the given closure with a buffer pointer covering the raw bytes of the code.