func crypto/internal/fips140deps/byteorder.LEPutUint64

3 uses

	crypto/internal/fips140deps/byteorder (current package)
		byteorder.go#L39: func LEPutUint64(b []byte, v uint64) {

	crypto/internal/fips140/edwards25519/field
		fe.go#L239: 		byteorder.LEPutUint64(buf[:], l<<uint(bitsOffset%8))

	crypto/internal/fips140/sha3
		keccakf.go#L52: 				byteorder.LEPutUint64(da[i*8:], a[i])