Skip to content
/ crc Public

This module wraps standard library CRC packages and provides additional functionality to efficiently combine independently calculated checksums of sequential blocks of data.

License

Notifications You must be signed in to change notification settings

abursavich/crc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRC

License GoDev Reference Go Report Card

This module wraps standard library CRC packages and provides additional functionality to efficiently combine independently calculated checksums of sequential blocks of data.

The algorithm for combining checksums is adapted from zlib by Mark Adler.

About

This module wraps standard library CRC packages and provides additional functionality to efficiently combine independently calculated checksums of sequential blocks of data.

Topics

Resources

License

Stars

Watchers

Forks

Languages