go/src/crypto/md5
Shulhan ed7f323c8f all: simplify code using "gofmt -s -w"
Most changes are removing redundant declaration of type when direct
instantiating value of map or slice, e.g. []T{T{}} become []T{{}}.

Small changes are removing the high order of subslice if its value
is the length of slice itself, e.g. T[:len(T)] become T[:].

The following file is excluded due to incompatibility with go1.4,

- src/cmd/compile/internal/gc/ssa.go

Change-Id: Id3abb09401795ce1e6da591a89749cba8502fb26
Reviewed-on: https://go-review.googlesource.com/c/go/+/166437
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-05-06 22:19:22 +00:00
..
example_test.go
gen.go crypto/md5: simplify generic implementation 2018-11-02 11:45:09 +00:00
md5.go crypto/md5: fix casting of d.nx in UnmarshalBinary 2019-01-07 18:51:15 +00:00
md5_test.go all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
md5block.go crypto/md5: simplify generic implementation 2018-11-02 11:45:09 +00:00
md5block_386.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
md5block_amd64.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
md5block_amd64p32.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
md5block_arm.s
md5block_arm64.s
md5block_decl.go crypto/md5: fix md5block asm to work on big endian ppc64 2018-11-09 15:54:21 +00:00
md5block_generic.go crypto/md5: fix md5block asm to work on big endian ppc64 2018-11-09 15:54:21 +00:00
md5block_ppc64x.s crypto/md5: fix md5block asm to work on big endian ppc64 2018-11-09 15:54:21 +00:00
md5block_s390x.s