/**
 * sm3 本体
 */
export function sm3(array: any): number[];
export function hmac(input: any, key: any): number[];
