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 | ||
| fallback_test.go | ||
| sha256.go | ||
| sha256_test.go | ||
| sha256block.go | ||
| sha256block_386.s | ||
| sha256block_amd64.go | ||
| sha256block_amd64.s | ||
| sha256block_arm64.go | ||
| sha256block_arm64.s | ||
| sha256block_decl.go | ||
| sha256block_generic.go | ||
| sha256block_ppc64x.s | ||
| sha256block_s390x.go | ||
| sha256block_s390x.s | ||