Package org.agrona.checksum


package org.agrona.checksum
  • Class
    Description
    An interface representing API to compute a data checksum.
    Implementation of the Checksum interface that computes CRC-32 checksum.
    Implementation of the Checksum interface that computes CRC-32C checksum.