func github.com/refraction-networking/utls/internal/byteorder.BEPutUint64
3 uses
github.com/refraction-networking/utls/internal/byteorder (current package)
byteorder.go#L126: func BEPutUint64(b []byte, v uint64) {
github.com/refraction-networking/utls/internal/hpke
hpke.go#L330: byteorder.BEPutUint64(b[0:], u.hi)
hpke.go#L331: byteorder.BEPutUint64(b[8:], u.lo)
![]() |
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. |