crclib 3.0.0 copy "crclib: ^3.0.0" to clipboard
crclib: ^3.0.0 copied to clipboard

Collection of cyclic redundancy check (CRC) routines as Dart converters.

3.0.0 - 2021-12-09

  • Breaking change: Only support Dart 2.12+, with nullsafety.

2.0.0 - 2020-09-20

  • Breaking change: Only support Dart 2+.
  • Breaking change: CRC result is now a CrcValue, not int so that we can support long CRC values (such as CRC-64) in JavaScript.
  • Breaking change: Predefined CRC classes are no longer in crclib.dart.
  • Support dart2js environment for CRCs longer than 32 bits.

1.1.0 - 2020-08-23

  • Add CRC functions from reveng catalog.

1.0.1 - 2018-09-21

  • Support both Dart 1 and Dart 2.

1.0.0 - 2017-04-20

  • First release.
16
likes
140
points
129k
downloads

Publisher

unverified uploader

Weekly Downloads

Collection of cyclic redundancy check (CRC) routines as Dart converters.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

meta, tuple

More

Packages that depend on crclib