We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf5887 commit ec19770Copy full SHA for ec19770
cksum.go
@@ -7,6 +7,7 @@ import (
7
8
const posixPolynomial uint32 = 0x04C11DB7
9
10
+// cksum is an implementation of the POSIX CRC algorithm
11
func cksum(r io.Reader) (uint32, int, error) {
12
in := bufio.NewReader(r)
13
count := 0
0 commit comments