MD5
public struct MD5 : HashFunctionImplementationDetails
The MD5 Hash Function. ⚠️ Security Recommendation: The MD5 hash function is no longer considered secure. We strongly recommend using the SHA-256 hash function instead.
-
Declaration
Swift
public static var blockByteCount: Int { get set }
-
Undocumented
Declaration
Swift
public static var byteCount: Int { get set }
-
Undocumented
-
Initializes the hash function instance.
Declaration
Swift
public init()
-
Declaration
Swift
public mutating func update(bufferPointer: UnsafeRawBufferPointer)
-
Returns the digest from the data input in the hash function instance.
Declaration
Swift
public func finalize() -> `Self`.Digest
Return Value
The digest of the inputted data