package byteorder
Import Path
crypto/internal/fips140deps/byteorder (on go.dev)
Dependency Relation
imports one package, and imported by 14 packages
Involved Source Files
byteorder.go
Package-Level Functions (total 11)
func BEAppendUint16(b []byte, v uint16) []byte func BEAppendUint32(b []byte, v uint32) []byte func BEAppendUint64(b []byte, v uint64) []byte func BEPutUint16(b []byte, v uint16) func BEPutUint32(b []byte, v uint32) func BEPutUint64(b []byte, v uint64) func LEPutUint64(b []byte, v uint64)
The pages are generated with Golds v0.7.3-preview. (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. |