]> Cypherpunks repositories - gostls13.git/commit
internal/goexperiment: add GOEXPERIMENT=boringcrypto
authorRuss Cox <rsc@golang.org>
Fri, 25 Mar 2022 17:22:57 +0000 (13:22 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 4 Apr 2022 21:06:49 +0000 (21:06 +0000)
commit5c4ed73f1c3f2052d8f60ce5ed45d9d4f9686331
treea5476838f95092f50d38c33d4f77def42dddbf2d
parentef5505335432572678c19e202e0edde61b7c5b95
internal/goexperiment: add GOEXPERIMENT=boringcrypto

Not hooked up to everything else yet.

Copy of CL 395880, for setting up GOEXPERIMENT=boringcrypto
builder ahead of merge.

For #51940.

Change-Id: If842761f77d07329d88748990b95f4b39c2f153a
Reviewed-on: https://go-review.googlesource.com/c/go/+/397895
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/goexperiment/exp_boringcrypto_off.go [new file with mode: 0644]
src/internal/goexperiment/exp_boringcrypto_on.go [new file with mode: 0644]
src/internal/goexperiment/flags.go