java-crc icon indicating copy to clipboard operation
java-crc copied to clipboard

Generic CRC implementation for java language (includes CRC16, CRC32, CRC64 etc)

Results 1 java-crc issues
Sort by recently updated
recently updated
newest added

Added support for `ByteBuffer` next to `byte[]`. The unit tests do not seem to run when doing a `mvn verify`. I'm unsure why. I did not create a unit test...