1
0
mirror of https://github.com/golang/go synced 2024-11-08 04:46:11 -07:00
go/src/crypto/sha256
Michael McLoughlin 3ce865d7a0 crypto/sha*: replace putUint{32,64} helpers
Replaces putUint{32,64} functions in crypto/sha* packages with the
equivalent functions encoding/binary.BigEndian.PutUint{32,64}.

Change-Id: I9208d2125202ea9c97777560e6917d21893aced0
Reviewed-on: https://go-review.googlesource.com/c/go/+/156117
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-05-23 16:16:26 +00:00
..
example_test.go
fallback_test.go
sha256_test.go all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
sha256.go crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
sha256block_386.s all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sha256block_amd64.go
sha256block_amd64.s all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sha256block_arm64.go all: use internal/cpu feature variables directly 2018-08-20 14:47:07 +00:00
sha256block_arm64.s
sha256block_decl.go
sha256block_generic.go
sha256block_ppc64le.s all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sha256block_s390x.go crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations 2018-06-11 11:41:31 +00:00
sha256block_s390x.s crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations 2018-06-11 11:41:31 +00:00
sha256block.go crypto/sha256: Use bits.RotateLeft32 instead of ad-hoc implementation 2019-04-16 10:53:44 +00:00