go/src/crypto/subtle
Russ Cox 4a3cef2036 all: rename crypto/internal/fips to crypto/internal/fips140
Sometimes we've used the 140 suffix (GOFIPS140, crypto/fips140)
and sometimes not (crypto/internal/fips, cmd/go/internal/fips).
Use it always, to avoid having to remember which is which.

Also, there are other FIPS standards, like AES (FIPS 197), SHA-2 (FIPS 180),
and so on, which have nothing to do with FIPS 140. Best to be clear.

For #70123.

Change-Id: I33b29dabd9e8b2703d2af25e428f88bc81c7c307
Reviewed-on: https://go-review.googlesource.com/c/go/+/630115
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
2024-11-20 20:28:34 +00:00
..
constant_time.go all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
constant_time_test.go all: omit unnecessary 0 in slice expression 2024-09-03 20:55:15 +00:00
dit.go crypto/subtle: add DIT closure 2024-11-19 16:47:03 +00:00
dit_test.go crypto/subtle: unbreak DIT test on openbsd/arm64 2024-11-20 16:31:41 +00:00
xor.go all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
xor_linux_test.go crypto/subtle: document and test XORBytes overlap rules 2024-11-18 18:26:39 +00:00
xor_test.go crypto/subtle: document and test XORBytes overlap rules 2024-11-18 18:26:39 +00:00