const hex = bytes.map((byte: number) => {
                return byte.toString(16).padStart(2, '0');
            });