UNPKG

@ivu-plus/i-utils

Version:

前端模块化 JavaScript 工具库

5 lines (4 loc) 202 B
export function sha256(message: any): any; export function sha224(message: any): any; export function sha256_hmac(key: any, message: any): any; export function sha224_hmac(key: any, message: any): any;