mirror of
https://github.com/golang/go.git
synced 2026-06-28 03:40:37 +00:00
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:
parent
5bb6d165f0
commit
f0f2768dff
1 changed files with 6 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue