A cyclic redundancy check calculator for Dart written in pure Dart.
More...
This project is a Dart implementation of CRC32.
import 'package:crc32/crc32.dart'); void main() { print(CRC32.compute("testing out")); // 316532775 (which in hex format is 12dde827). }
This library is licensed under MIT.
unverified uploader
View/report issues
MIT (license)
Packages that depend on crc32
Back