...

Package sig

import "crypto/internal/boring/sig"
Overview
Index

Overview ▾

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.

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.