Searched refs:uint8ArrayToString (Results 1 – 2 of 2) sorted by relevance
15 import { toHex8, toHex16, toHex32, toHex64, uint8ArrayToString } from '../../../src/hdc/common/Base…51 expect(uint8ArrayToString([21, 31], false)).toEqual('2131');55 expect(uint8ArrayToString([21, 31], true)).toEqual('151f');
52 export function uint8ArrayToString(array: Uint8Array, convertToHex16: boolean): string { function