package boring

Import Path
	github.com/tmc/go-iroh/internal/itls/shim/boring (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files Package boring is a minimal shim for the GOROOT-private crypto/internal/boring. BoringCrypto is always disabled here, so the standard Go crypto paths are used.
Package-Level Functions (total 3)
NewGCMTLS is never called because Enabled is false.
NewGCMTLS13 is never called because Enabled is false.
Unreachable marks code that should be unreachable when BoringCrypto is enabled. It is a no-op here.
Package-Level Constants (only one)
Enabled reports whether BoringCrypto is in use. Always false in this shim.