Compute CRC checksum with length encoding. More...
#include <cksum.hh>
Public Member Functions | |
| void | process_bytes (void const *buffer, size_type byte_count) |
| Updates the interim CRC. | |
| value_type | checksum () const |
| Retrieve the CRC value. | |
| void | reset () |
| Allow the stucture to be reused. | |
| void | process_bytes (void const *buffer, size_type byte_count) |
| Updates the interim CRC. | |
| value_type | checksum () const |
| Retrieve the CRC value. | |
| void | reset () |
| Allow the stucture to be reused. | |
Compute CRC checksum with length encoding.
This implements the calculation of a CRC checksum with
This implements the calculation of a CRC checksum with
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |