UNPKG
@tencent-sdk/common
Version:
latest (1.0.0)
1.0.0
0.1.0
Tencent cloud common sdk
github.com/yugasun/tencent-sdk
yugasun/tencent-sdk
@tencent-sdk/common
/
dist
/
cropto.d.ts
5 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
import
{
BinaryLike
}
from
'crypto'
;
export
declare
function
sha1
(
str
:
string
,
key
:
BinaryLike
):
string
;
export
declare
function
hash
(
str
:
string
,
algorithm
:
string
):
string
;
//# sourceMappingURL=cropto.d.ts.map