Checksum.computeChecksumForData

Computes the checksum for a binary @data of @length. This is a convenience wrapper for g_checksum_new(), g_checksum_get_string() and g_checksum_free().

The hexadecimal string returned will be in lower case.

class Checksum
static
string
computeChecksumForData

Parameters

checksumType GChecksumType

a #GChecksumType

data string

binary blob to compute the digest of

Meta

Since

2.16