1
0
mirror of https://github.com/golang/go synced 2024-11-08 04:46:11 -07:00
go/src/crypto/md5
Brad Fitzpatrick 03ef105dae all: remove nacl (part 3, more amd64p32)
Part 1: CL 199499 (GOOS nacl)
Part 2: CL 200077 (amd64p32 files, toolchain)
Part 3: stuff that arguably should've been part of Part 2, but I forgot
        one of my grep patterns when splitting the original CL up into
        two parts.

This one might also have interesting stuff to resurrect for any future
x32 ABI support.

Updates #30439

Change-Id: I2b4143374a253a003666f3c69e776b7e456bdb9c
Reviewed-on: https://go-review.googlesource.com/c/go/+/200318
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-10-10 22:38:38 +00:00
..
example_test.go
gen.go
md5_test.go all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
md5.go crypto/md5: fix casting of d.nx in UnmarshalBinary 2019-01-07 18:51:15 +00:00
md5block_386.s
md5block_amd64.s
md5block_arm64.s
md5block_arm.s
md5block_decl.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
md5block_generic.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
md5block_ppc64x.s
md5block_s390x.s
md5block.go