Instance Propertyswift-crypto 3.8.0Crypto
description
A human-readable description of the digest.
Digests.swift:69var description: String { get }
Other members in extension
Type members
Instance members
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.