From: Christian Kruse Date: Thu, 2 Nov 2023 22:32:08 +0000 (-0700) Subject: boring: update documentation to include arm64 X-Git-Tag: go1.22rc1~410 X-Git-Url: http://www.git.cypherpunks.ru/?p=gostls13.git;a=commitdiff_plain;h=9d836d41d0d9df3acabf7f9607d3b09188a9bfc6 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 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI --- diff --git a/src/crypto/internal/boring/doc.go b/src/crypto/internal/boring/doc.go index 6060fe5951..091e0d641e 100644 --- a/src/crypto/internal/boring/doc.go +++ b/src/crypto/internal/boring/doc.go @@ -10,7 +10,7 @@ package boring // Enabled reports whether BoringCrypto is available. // When enabled is false, all functions in this package panic. // -// BoringCrypto is only available on linux/amd64 systems. +// BoringCrypto is only available on linux/amd64 and linux/arm64 systems. const Enabled = available // A BigInt is the raw words from a BigInt.