aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-05-02 22:49:09 -0400
committerGopher Robot <gobot@golang.org>2022-05-03 16:53:47 +0000
commit2fb6bf8a4a51f92f98c2ae127eff2b7ac392c08f (patch)
treee3031e4e7f2fee66d56a5ad87b86c9436f22a4c8
parentcdcb4b6ef37c1ce14637323dd00b5daad7e645c4 (diff)
downloadgo-2fb6bf8a4a51f92f98c2ae127eff2b7ac392c08f.tar.gz
go-2fb6bf8a4a51f92f98c2ae127eff2b7ac392c08f.zip
[dev.boringcrypto] README.boringcrypto.md: add note about the demise of the branch
CL 403154 merged the branch back into the standard Go branch. Fixes #51940. Change-Id: Ibda89792c01630adce7ee3fbd56edbd780fcf79e Reviewed-on: https://go-review.googlesource.com/c/go/+/403615 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
-rw-r--r--README.boringcrypto.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.boringcrypto.md b/README.boringcrypto.md
index 54adda6569..03f57473b5 100644
--- a/README.boringcrypto.md
+++ b/README.boringcrypto.md
@@ -1,5 +1,9 @@
# dev.boringcrypto branch
+This branch is no more. `GOEXPERIMENT=boringcrypto` on the standard branch does the job now.
+
+Previous notice:
+
We have been working inside Google on a fork of Go that uses
BoringCrypto (the core of [BoringSSL][]) for various crypto
primitives, in furtherance of some [work related to FIPS 140-2][sp].