local Util = {} function Util.toHexChar(v) return ("0123456789ABCDEF"):sub(v, v) end return Util