Skip to content

Commit ec19770

Browse files
committed
cksum: comment
Signed-off-by: Vincent Batts <[email protected]>
1 parent bdf5887 commit ec19770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cksum.go

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77

88
const posixPolynomial uint32 = 0x04C11DB7
99

10+
// cksum is an implementation of the POSIX CRC algorithm
1011
func cksum(r io.Reader) (uint32, int, error) {
1112
in := bufio.NewReader(r)
1213
count := 0

0 commit comments

Comments
 (0)