UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

3 lines (2 loc) 156 B
export declare function hashLoginPassword(password: string): Uint8Array; export declare function XOR(value1: Uint8Array, value2: Uint8Array): Uint8Array;