1
0
mirror of https://github.com/golang/go synced 2024-11-07 20:56:16 -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
sha256.go crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
sha256block_386.s
sha256block_amd64.go
sha256block_amd64.s
sha256block_arm64.go
sha256block_arm64.s
sha256block_decl.go
sha256block_generic.go
sha256block_ppc64le.s
sha256block_s390x.go
sha256block_s390x.s
sha256block.go