SwiftDocCChecksumStructureChecksumA checksum generator.struct ChecksumTopicsType Methodsstatic func md5(of: Data) -> StringComputes the MD5 checksum of the given data as a lowercased hex string.static func sha512(of: Data) -> StringComputes the SHA512 checksum of the given data as a lowercased hex string.