package sig
import "crypto/internal/boring/sig"
Package sig holds “code signatures” that can be called and will result in certain code sequences being linked into the final binary. The functions themselves are no-ops.
Index ¶
Functions ¶
func BoringCrypto ¶
func BoringCrypto()
BoringCrypto indicates that the BoringCrypto module is present.
func FIPSOnly ¶
func FIPSOnly()
FIPSOnly indicates that package crypto/tls/fipsonly is present.
func StandardCrypto ¶
func StandardCrypto()
StandardCrypto indicates that standard Go crypto is present.
Source Files ¶
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Last checked
- 8 minutes ago –
Tools for package owners.