mirror of https://github.com/golang/go.git
Replace custom append functions in the hash functions with the implementation of the encoding/binary package that do the same thing.
The binary bigendian functions are already used in other parts of the code in the crypto package.
Change-Id: I76d2dbe143fc72a3b4ac06be312caf72bd71378a
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| example_test.go | ||
| gen.go | ||
| md5.go | ||
| md5_test.go | ||
| md5block.go | ||
| md5block_386.s | ||
| md5block_amd64.s | ||
| md5block_arm.s | ||
| md5block_arm64.s | ||
| md5block_decl.go | ||
| md5block_generic.go | ||
| md5block_ppc64x.s | ||
| md5block_s390x.s | ||