Package import"zappem.net/pub/debug/xcrc32"
Documentationhttps://pkg.go.dev/zappem.net/pub/debug/xcrc32
Sourceshttps://github.com/tinkerator/xcrc32

xcrc32

Overview

This package provides a CRC32 algorithm. It appears to be used in a number of embedded applications, expecially those built using tools like gcc and debugged with gdb. It is not obviously related to the standard golang.org/pkg/hash/crc32 support, so we’ve provided a version here.

Automated documentation for this Go package is available from Go Reference.

License info

The xcrc32 package is distributed with the same BSD 3-clause license as that used by golang itself.

Reporting bugs and feature requests

Use the github xcrc32 bug tracker.


Markdown rendering courtesy of gomarkdown/markdown.