Skip to content

Commit 9d836d4

Browse files
c-krusecherrymui
authored andcommitted
boring: update documentation to include arm64
Support for boring has been extended to include linux/arm64. This change updates the docs to reflect that. Fixes #63920 Change-Id: If8d6eca713e8245dcc222c3e38d140874d48725d Reviewed-on: https://go-review.googlesource.com/c/go/+/539298 Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent d33548d commit 9d836d4

File tree

1 file changed

+1
-1
lines changed
  • src/crypto/internal/boring

1 file changed

+1
-1
lines changed

src/crypto/internal/boring/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package boring
1010
// Enabled reports whether BoringCrypto is available.
1111
// When enabled is false, all functions in this package panic.
1212
//
13-
// BoringCrypto is only available on linux/amd64 systems.
13+
// BoringCrypto is only available on linux/amd64 and linux/arm64 systems.
1414
const Enabled = available
1515

1616
// A BigInt is the raw words from a BigInt.

0 commit comments

Comments
 (0)