Skip to content

kuranja-89/crc32_checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The crc32_checksum library requires string input to calculate checksum.

to know more about crc 32 Please check given wikipedia link :- https://en.wikipedia.org/wiki/Cyclic_redundancy_check

###Usage Call the calculate function to convert string value into checksum value:

Import: import 'package:crc32_checksum/crc32_checksum.dart';

Example:

import 'package:crc32_checksum/crc32_checksum.dart';

String inputValue = "Please add here your input String value";

var checkSumResult = Crc32.calculate(inputValue); print('crc32 checksumValue:- $checkSumResult'); // e.g. "232233456"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages