hash(bytes:)
Computes a digest of a span of bytes.
Declaration
@export(implementation) static func hash(bytes: RawSpan) -> Self.DigestParameters
- bytes:
The bytes to be hashed.
Return Value
The computed digest.
Computes a digest of a span of bytes.
@export(implementation) static func hash(bytes: RawSpan) -> Self.DigestThe bytes to be hashed.
The computed digest.