Source File
byteorder.go
Belonging Package
github.com/tmc/go-iroh/internal/itls/shim/fips140deps_byteorder
// Package byteorder is a minimal shim for crypto/internal/fips140deps/byteorder.package byteorder// BEAppendUint16 appends v as big-endian to b.func ( []byte, uint16) []byte {return append(, byte(>>8), byte())}
![]() |
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. |