Skip to content

Releases: mrhooray/crc-rs

3.2.0

07 Apr 22:07
3.2.0
0058d45
Compare
Choose a tag to compare
Moritz Borcherding (1):
      Add slice-by-16 and no-table implementations

Akhil Velagapudi (3):
      Make Crc generic over implementation
      Bump MSRV to 1.56
      Bump crc-catalog 2.1.0 -> 2.4.0

Dirk Stolle (2):
      Fix a typo
      Update actions/checkout in GitHub Actions workflow to v3

Karol Harasim (1):
      Fix off by one in Slice16 hot loop

Salman Abuhaimed (1):
      Expose lookup tables

3.0.1

28 Jan 19:40
Compare
Choose a tag to compare
Akhil Velagapudi (2):
      Update docs to point to version 3.0
      Remove list of supported widths from docs

3.0.0

23 Apr 02:45
b6dc600
Compare
Choose a tag to compare
Bartel Sielski (2):
      Add support for CRC algorithms which have a non-power of 2 width
      Add support for up to 128 bit CRCs

Dominik Stolz (1):
      Add Crc::digest_with_initial

Cliff L. Biffle (1):
      impl Clone for Digest

crc 2.1.0

28 Oct 17:49
d97137d
Compare
Choose a tag to compare
paunstefan (1):
      Added CRC8 support