aboutsummaryrefslogtreecommitdiffstats
path: root/util/hex.lua
Commit message (Expand)AuthorAgeFilesLines
* util.hex: Deprecate to/from in favour of encode/decode, for consistency!Matthew Wild2022-03-041-1/+5
* util.hex: Normalize hex to lowercase and discard non-hex inputKim Alvefur2015-08-261-1/+2
* util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 functio...Kim Alvefur2015-01-121-7/+13
* util.hex: Use locals!Kim Alvefur2014-09-031-2/+2
* util.hex: Small util lib for converting to/from hex stringsMatthew Wild2014-09-021-0/+19