Class CrcAlgorithmImpl

java.lang.Object
org.refcodes.numerical.CrcAlgorithmImpl
All Implemented Interfaces:
org.refcodes.mixin.NameAccessor, CrcAlgorithm, CrcWidthAccessor

public class CrcAlgorithmImpl extends Object implements CrcAlgorithm
Implementation of the CrcAlgorithm interface. Credits to [Anton Isakov (http://crccalc.com) of the "Online CRC-8 CRC-16 CRC-32 Calculator" (https://crccalc.com)'s GitHub (https://github.com/meetanthony/crcjava.git) repository.