1
0
mirror of https://github.com/golang/go synced 2024-09-29 17:24:34 -06:00
go/src/hash
Roger Peppe bd926e1c65 crypto, hash: document marshal/unmarshal implementation
Unless you go back and read the hash package documentation, it's
not clear that all the hash packages implement marshaling and
unmarshaling. Document the behaviour specifically in each package
that implements it as it this is hidden behaviour and easy to miss.

Change-Id: Id9d3508909362f1a3e53872d0319298359e50a94
Reviewed-on: https://go-review.googlesource.com/77251
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2017-11-15 00:06:24 +00:00
..
adler32 crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
crc32 crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
crc64 crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
fnv crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
example_test.go hash: add marshaling, unmarshaling example 2017-11-04 03:47:34 +00:00
hash.go hash: document that the encoded state may contain input in plaintext 2017-11-13 22:14:58 +00:00
test_cases.txt
test_gen.awk