Skip to content

Releases: postmodern/crystal-crc

v0.2.0

04 Mar 23:44
Compare
Choose a tag to compare
  • Added Digest::CRC15
  • Added Digest::CRC16Genibus.
  • Added Digest::CRC16Kermit.
  • Added Digest::CRC16X25.
  • Added Digest::CRC32Jam.
  • Added Digest::CRC32POSIX.
  • Added Digest::CRC32BZip2.
  • Added Digest::CRC64Jones.
  • Added Digest::CRC64XZ.
  • Added Digest::CRC32XFER.
  • Renamed Digest::CRC81Wire to Digest::CRC8_1Wire.
  • Renamed Digest::CRC32Mpeg to Digest::CRC32MPEG.

v0.1.1.1

04 Mar 23:41
Compare
Choose a tag to compare
  • Corrected the CRC32 algorithm based on the pycrc-0.9.2 algorithm.

v0.1.1

29 Feb 08:10
Compare
Choose a tag to compare
  • Fixed byte packing in Digest::CRC16#pack.
  • Fixed byte packing in Digest::CRC64#pack.
  • Added more type information.