mirror of
https://github.com/golang/go.git
synced 2026-06-28 03:40:37 +00:00
crypto: typo
Change-Id: If5ec8c08bd777c19885d323fe119b92fa82e1533
GitHub-Last-Rev: d0f88551f0
GitHub-Pull-Request: golang/go#78996
Reviewed-on: https://go-review.googlesource.com/c/go/+/771480
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
This commit is contained in:
parent
65d5c5f6dd
commit
7dcde17e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
//go:build !wasm
|
||||
|
||||
// This file contains reading from from entropy sources in FIPS-140
|
||||
// This file contains reading from entropy sources in FIPS-140
|
||||
// mode. It uses a scratch buffer in the BSS section (see below),
|
||||
// which usually doesn't cost much, except on Wasm, due to the way
|
||||
// the linear memory works. FIPS-140 mode is not supported on Wasm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue