JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package org.agrona.checksum
Interface Summary
Interface
Description
Checksum
An interface representing API to compute a data checksum.
Class Summary
Class
Description
Crc32
Implementation of the
Checksum
interface that computes CRC-32 checksum.
Crc32c
Implementation of the
Checksum
interface that computes CRC-32C checksum.