Static Propertyswift-crypto 3.8.0Crypto
blockByteCount
The number of bytes that represents the hash function’s internal state.
Insecure_HashFunctions.swift:125static var blockByteCount: Int { get set }
Other members in extension
Typealiases
typealias Digest
The digest type for a MD5 hash function.
Type members
init(
) Creates a MD5 hash function.
static var byteCount: Int
The number of bytes in an MD5 digest.
Instance members
func finalize(
) -> `Self`.Digest Finalizes the hash function and returns the computed digest.
func update(bufferPointer: UnsafeRawBufferPointer
) Incrementally updates the hash function with the contents of the buffer.