ProtocolFoundation5.9.0
ContiguousBytes
Indicates that the conforming type is a contiguous collection of raw bytes whose underlying storage is directly accessible by withUnsafeBytes.
protocol ContiguousBytes
Requirements
func withUnsafeBytes<R>((UnsafeRawBufferPointer) throws -> R
) rethrows -> R Calls the given closure with the contents of underlying storage.
Extension in Crypto
Subtypes
protocol Digest
A type that represents the output of a hash.
protocol MessageAuthenticationCode
A type that represents a message authentication code.