util.hex: Deprecate to/from in favour of encode/decode, for consistency!

This commit is contained in:
Matthew Wild 2022-03-04 15:22:45 +00:00
parent fe56effa55
commit ab835fed13
8 changed files with 31 additions and 27 deletions

View file

@ -8,7 +8,7 @@
local random = require "util.random";
local random_bytes = random.bytes;
local hex = require "util.hex".to;
local hex = require "util.hex".encode;
local m_ceil = math.ceil;
local function get_nibbles(n)