UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

10 lines (9 loc) 299 B
/** * Wraps CryptoJS methods to simplify use of them */ export declare class CryptoHelper { static convertUTF8ToByteArray(s: string): any; static SHA256FromByteArray(b: any): any; static HMAC_SHA256(m: string, s: string | any): any; static convertByteArrayToHex(b: any): string; }