SwiftDocCChecksumsha512(of:)Type Methodsha512(of:)Computes the SHA512 checksum of the given data as a lowercased hex string.static func sha512(of data: Data) -> StringParametersdataThe data to compute the checksum for.Return ValueThe SHA512 checksum as a hex string.