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

outdatedDart 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
0
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository
View/report issues

License

unknown (license)

Dependencies

unittest

More

Packages that depend on crc32