crypto/fips140: add package docs

Fixes #77879

Change-Id: I07c2fade6a5a49dd6abd53cb474462b16a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/771360
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Filippo Valsorda 2026-04-28 13:53:15 +02:00 committed by Gopher Robot
parent 5bb6d165f0
commit f0f2768dff

View file

@ -2,6 +2,12 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package fips140 provides information about the FIPS 140-3 Go Cryptographic
// Module and FIPS 140-3 mode.
//
// For more details, see the [FIPS 140-3 documentation].
//
// [FIPS 140-3 documentation]: https://go.dev/doc/security/fips140
package fips140
import (