# File lib/net/ntlm_http.rb, line 106 def pack_int64le(val) [val & 0x00000000ffffffff, val >> 32].pack("V2") end