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.
![]() |
The pages are generated with Golds v0.8.4. (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. |