func internal/byteorder.LePutUint64
6 uses
internal/byteorder (current package)
byteorder.go#L55: func LePutUint64(b []byte, v uint64) {
internal/chacha8rand
chacha8.go#L129: byteorder.LePutUint64(data[(2+i)*8:], seed)
crypto/internal/edwards25519/field
fe.go#L238: byteorder.LePutUint64(buf[:], l<<uint(bitsOffset%8))
crypto/md5
md5.go#L160: byteorder.LePutUint64(tmp[1+pad:], d.len<<3) // append length in bits
math/rand/v2
chacha8.go#L61: byteorder.LePutUint64(p, c.Uint64())
chacha8.go#L66: byteorder.LePutUint64(c.readBuf[:], c.Uint64())
![]() |
The pages are generated with Golds v0.7.6. (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. |