Function

FwupdPlugincrc8

since: 1.8.2

Declaration [src]

guint8
fu_crc8 (
  const guint8* buf,
  gsize bufsz
)

Description [src]

Returns the cyclic redundancy check value for the given memory buffer.

Available since: 1.8.2

Parameters

buf

Type: const guint8*

Memory buffer.

The data is owned by the caller of the function.
bufsz

Type: gsize

Size of buf.

Return value

Type: guint8

CRC value.