// // 2022.08.09 // // ------------------------------ export default function bin2hex(n){ n = n || '' // \\ // ! \\ lossy on bad data ///// const l = n.length const c = l>>1 const a = new Uint8Array(c) for(let i=0;i