UNPKG

@jsxc/jsxc

Version:

Real-time XMPP chat application with video calls, file transfer and encrypted communication

10 lines (9 loc) 215 B
export default { toReadableKey: (key: ArrayBuffer) => { return (<any>window).dcodeIO.ByteBuffer.wrap(key) .toHex(1) .toUpperCase() .match(/.{1,8}/g) .join(' '); }, };