]> Cypherpunks repositories - gostls13.git/commit
hash/*: document the byte order used by the Sum methods
authorShenghou Ma <minux@golang.org>
Thu, 3 Sep 2015 23:15:26 +0000 (19:15 -0400)
committerMinux Ma <minux@golang.org>
Thu, 10 Sep 2015 03:34:23 +0000 (03:34 +0000)
commit91ddc07f65db24f17d56137ac19cc3e8957de85e
tree3bdb007a4ed214b675506f062e8be255712776a3
parentbf2164390bd499145fc712194bb54290effd7e14
hash/*: document the byte order used by the Sum methods

Fixes #12350.

Change-Id: I3dcb0e2190c11f83f15fb07cc637fead54f734f7
Reviewed-on: https://go-review.googlesource.com/14275
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/hash/adler32/adler32.go
src/hash/crc32/crc32.go
src/hash/crc64/crc64.go
src/hash/fnv/fnv.go