// Package sig stubs crypto/internal/boring/sig package sig // BoringCrypto indicates that the BoringCrypto module is present. func BoringCrypto() { } // FIPSOnly indicates that package crypto/tls/fipsonly is present. func FIPSOnly() { } // StandardCrypto indicates that standard Go crypto is present. func StandardCrypto() { }