Searched refs:hexByte (Results 1 – 1 of 1) sorted by relevance
201 const hexByte = bytes[i].toString(16); constant202 s += hexByte.length == 2 ? hexByte : "0" + hexByte;