Loading...
Searching...
No Matches
fletcher32_ctx_t Struct Reference

Fletcher's 32 bit checksum context struct. More...

Detailed Description

Fletcher's 32 bit checksum context struct.

Definition at line 34 of file fletcher32.h.

#include <fletcher32.h>

Data Fields

uint32_t sum1
 First sum of the checksum.
 
uint32_t sum2
 Second sum of the checksum.
 

Field Documentation

◆ sum1

uint32_t fletcher32_ctx_t::sum1

First sum of the checksum.

Definition at line 35 of file fletcher32.h.

◆ sum2

uint32_t fletcher32_ctx_t::sum2

Second sum of the checksum.

Definition at line 36 of file fletcher32.h.


The documentation for this struct was generated from the following file: