package crc
import "github.com/coreos/etcd/pkg/crc"
Package crc provides utility function for cyclic redundancy check algorithms.
Index ¶
Constants ¶
const Size = 4
The size of a CRC-32 checksum in bytes.
Functions ¶
func New ¶
New creates a new hash.Hash32 computing the CRC-32 checksum using the polynomial represented by the Table. Modified by xiangli to take a prevcrc.
Source Files ¶
- Version
- v3.3.16+incompatible
- Published
- Oct 9, 2019
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 25 minutes ago –
Tools for package owners.