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())