-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.d.ts
39 lines (37 loc) · 1.59 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* tslint:disable */
/* eslint-disable */
/* auto-generated by NAPI-RS */
export function md2(buf: Buffer): string
export function md4(buf: Buffer): string
export function md5(buf: Buffer): string
export function sha1(buf: Buffer): string
export function sha256(buf: Buffer): string
export function sha512(buf: Buffer): string
export function sha2_256(buf: Buffer): string
export function sha2_512(buf: Buffer): string
export function sha3_256(buf: Buffer): string
export function sha3_512(buf: Buffer): string
export function sm3(buf: Buffer): string
export function belt_hash(buf: Buffer): string
export function blake2s256(buf: Buffer): string
export function blake2b512(buf: Buffer): string
export function blake3(buf: Buffer): string
export function fsb512(buf: Buffer): string
export function fsb256(buf: Buffer): string
export function gost94(buf: Buffer): string
export function groestl256(buf: Buffer): string
export function groestl512(buf: Buffer): string
export function ripemd128(buf: Buffer): string
export function ripemd160(buf: Buffer): string
export function ripemd256(buf: Buffer): string
export function ripemd320(buf: Buffer): string
export function shabal192(buf: Buffer): string
export function shabal224(buf: Buffer): string
export function shabal256(buf: Buffer): string
export function shabal384(buf: Buffer): string
export function shabal512(buf: Buffer): string
export function streebog256(buf: Buffer): string
export function streebog512(buf: Buffer): string
export function tiger(buf: Buffer): string
export function tiger2(buf: Buffer): string
export function whirlpool(buf: Buffer): string