UNPKG
@ivu-plus/i-utils
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.1
2.0.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
前端模块化 JavaScript 工具库
github.com/qq575792372/i-utils
qq575792372/i-utils
@ivu-plus/i-utils
/
dist
/
es
/
crypto
/
sha
/
sha256
/
sha256.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
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;