crc32 0.1.6 copy "crc32: ^0.1.6" to clipboard
crc32: ^0.1.6 copied to clipboard

Dart 1 only

A cyclic redundancy check calculator for Dart written in pure Dart.

CRC32 #

This project is a Dart implementation of CRC32.

Examples #

import 'package:crc32/crc32.dart');

void main() {
  print(CRC32.compute("testing out")); // 316532775 (which in hex format is 12dde827).
}

License #

This library is licensed under MIT.

0
likes
15
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

A cyclic redundancy check calculator for Dart written in pure Dart.

View/report issues

License

MIT (license)

More

Packages that depend on crc32