#crc #checksum #hash

crc24

CRC-24 implementation (IETF RFC2440-compatible)

10 releases

Uses old Rust 2015

0.1.6 Apr 3, 2015
0.1.5 Mar 24, 2015
0.1.4 Feb 24, 2015
0.0.3 Feb 3, 2015
0.0.2 Jan 31, 2015

#2090 in Algorithms

Download history 14704/week @ 2024-03-14 14107/week @ 2024-03-21 13975/week @ 2024-03-28 14386/week @ 2024-04-04 14340/week @ 2024-04-11 16102/week @ 2024-04-18 17467/week @ 2024-04-25 16405/week @ 2024-05-02 16631/week @ 2024-05-09 15530/week @ 2024-05-16 14741/week @ 2024-05-23 14419/week @ 2024-05-30 15313/week @ 2024-06-06 14958/week @ 2024-06-13 13171/week @ 2024-06-20 10887/week @ 2024-06-27

57,295 downloads per month
Used in 53 crates (3 directly)

MIT/Apache

4KB
101 lines

crc24-rs

This library package (for programs written in the Rust language) provides an implementation of the CRC-24 checksum like it is specified in the IETF RFC2440.

Links

  • This package is also available at crates.io.
  • You can find the documentation here.

lib.rs:

Crate providing a CRC-24 hasher based on the IETF RFC2440 specification.

No runtime deps