package byteorder

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

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package byteorder is a minimal shim for the GOROOT-private internal/byteorder, providing just the little-endian uint32 reader that the vendored crypto/tls uses.
Package-Level Functions (only one)
LEUint32 reads a little-endian uint32 from the first 4 bytes of b.