@ivu-plus/i-utils
Version:
前端模块化 JavaScript 工具库
9 lines (8 loc) • 420 B
TypeScript
export function sha512(message: any): any;
export function sha384(message: any): any;
export function sha512_256(message: any): any;
export function sha512_224(message: any): any;
export function sha512_hmac(key: any, message: any): any;
export function sha384_hmac(key: any, message: any): any;
export function sha512_256_hmac(key: any, message: any): any;
export function sha512_224_hmac(key: any, message: any): any;