package fips140
Import Path
crypto/fips140 (on go.dev)
Dependency Relation
imports 3 packages, and imported by 0 packages
Involved Source Files
fips140.go
Package-Level Functions (only one)
Enabled reports whether the cryptography libraries are operating in FIPS
140-3 mode.
It can be controlled at runtime using the GODEBUG setting "fips140". If set
to "on", FIPS 140-3 mode is enabled. If set to "only", non-approved
cryptography functions will additionally return errors or panic.
This can't be changed after the program has started.
The pages are generated with Golds v0.7.3-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |