We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33548d commit 9d836d4Copy full SHA for 9d836d4
src/crypto/internal/boring/doc.go
@@ -10,7 +10,7 @@ package boring
10
// Enabled reports whether BoringCrypto is available.
11
// When enabled is false, all functions in this package panic.
12
//
13
-// BoringCrypto is only available on linux/amd64 systems.
+// BoringCrypto is only available on linux/amd64 and linux/arm64 systems.
14
const Enabled = available
15
16
// A BigInt is the raw words from a BigInt.
0 commit comments