go/src/crypto
qmuntal cac69594d1 crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag
Since CL 402595, the Go compiler no longer uses any package under
crypto, so there is no need to explicitly exclude boring from the
go bootstrap build.

Change-Id: Ib71349fffaab151c6e1fb42a9684151439b70cc8
Reviewed-on: https://go-review.googlesource.com/c/go/+/508402
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
2023-07-20 17:51:31 +00:00
..
aes cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment 2023-04-21 16:47:45 +00:00
boring
cipher
des crypto/des: fix a typo in the comment for permuteFinalBlock 2022-12-01 21:00:43 +00:00
dsa
ecdh crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
ecdsa crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
ed25519 crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
elliptic crypto: use t.Parallel() to increase speed 2023-04-27 02:00:03 +00:00
hmac all: fix some problematic comments 2023-03-13 16:49:45 +00:00
internal crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag 2023-07-20 17:51:31 +00:00
md5 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
rand crypto: add wasip1 support 2023-04-11 20:54:07 +00:00
rc4
rsa crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
sha1 crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag 2023-07-20 17:51:31 +00:00
sha256 all: fix spelling errors 2023-06-14 00:03:57 +00:00
sha512 Revert "crypto/sha512: add WriteString and WriteByte method" 2023-05-03 21:17:08 +00:00
subtle crypto/subtle: don't cast to *uintptr when word size is 0 2023-03-31 23:25:07 +00:00
tls crypto/tls: make SessionState.Extra a slice of byte slices 2023-06-09 15:26:32 +00:00
x509 crypto/x509: rename duplicated test 2023-06-23 19:48:23 +00:00
crypto.go
issue21104_test.go