Function

FwupdPluginsum8_bytes

since: 1.8.2

Declaration [src]

guint8
fu_sum8_bytes (
  GBytes* blob
)

Description [src]

Returns the arithmetic sum of all bytes in blob.

Available since: 1.8.2

Parameters

blob

Type: GBytes

A GBytes.

The data is owned by the caller of the function.

Return value

Type: guint8

Sum value.