Function

FwupdPlugincommon_sum32_bytes

Declaration [src]

guint32
fu_common_sum32_bytes (
  GBytes* blob
)

Description [src]

Returns the arithmetic sum of all bytes in blob, adding them one byte at a time.

Available since:1.7.3

Parameters

blob GBytes
 

A GBytes.

 The data is owned by the caller of the function.

Return value

Returns: guint32
 

Sum value.