Skip to content

Releases: snksoft/java-crc

1.1.0

Choose a tag to compare

@snksoft snksoft released this 06 Nov 09:55

This release just bumps minimum java version requirement to java 11. Otherwise it is identical to the previous release. If you need a java 8 compatible version, please use version 1.0.3.

1.0.3

Choose a tag to compare

@snksoft snksoft released this 30 Apr 05:19

A minor update - just added overloads for calculateCRC with offset and length parameters.

1.0.2

Choose a tag to compare

@snksoft snksoft released this 04 Jun 02:16

This release fixes CRC calculations for algorithms with widths less than 8 bits (issue #3)

1.0.1

Choose a tag to compare

@snksoft snksoft released this 10 Nov 00:19

Complete implementation as released to maven central repository.

No real changes since 1.0. Just minor clean ups to pom file and java doc.

1.0

1.0

Choose a tag to compare

@snksoft snksoft released this 25 Jun 21:33

Complete implementation. See project's readme for usage details.