Static Propertyswift-crypto 3.8.0Crypto
byteCount
Digests.swift:324static var byteCount: Int { get }
Other members in extension
Instance members
var description: String
A human-readable description of the digest.
func hash(into: inout Hasher
) Hashes the essential components of the digest by feeding them into the given hash function.
func withUnsafeBytes<R>((UnsafeRawBufferPointer) throws -> R
) rethrows -> R Invokes the given closure with a buffer pointer covering the raw bytes of the digest.