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 a08be9c commit 9e3c5c2Copy full SHA for 9e3c5c2
_content/doc/security/index.md
@@ -81,3 +81,9 @@ standard toolchain beginning in Go 1.18. Native Go fuzz tests are
81
Go’s cryptography libraries aim to help developers build secure applications.
82
See documentation for the [crypto packages](https://pkg.go.dev/golang.org/x/crypto)
83
and [golang.org/x/crypto/](https://pkg.go.dev/golang.org/x/crypto).
84
+
85
+## FIPS 140-3 compliant cryptography
86
87
+Go's cryptography libraries can be used in a FIPS 140-3 compliant mode for use
88
+in regulated environments. See the [FIPS 140-3 Compliance](/doc/security/fips140) documentation
89
+for more information.
0 commit comments