UNPKG
aws-crt
Version:
latest (1.31.0)
1.31.0
1.30.0
1.29.1
1.29.0
1.28.1
1.27.5
1.27.3
1.27.2
1.27.1
1.26.2
1.25.3
1.25.2
1.25.1
1.25.0
1.24.2
1.24.0
1.23.0
1.22.2
1.22.0
1.21.8
1.21.3
1.21.2
1.21.1
1.21.0
1.20.1
1.20.0
1.19.0
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.0
1.15.22
1.15.21
1.15.20
1.15.19
1.15.18
1.15.17
1.15.16
1.15.15
1.15.14
1.15.13
1.15.11
1.15.9
1.15.8
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.1
1.14.8
1.14.7
1.14.5
1.14.4
1.14.3
1.14.1
1.14.0
1.13.3
1.13.2
1.13.1
1.13.0
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.3
1.11.1
1.11.0
1.10.6
1.10.5
1.10.4
1.10.2
1.10.1
1.9.8
1.9.7
1.9.6
1.9.2
1.9.1
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.2
1.5.1
1.5.0
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.6
1.0.5
1.0.4
1.0.2
1.0.0
0.14.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.1.1
0.1.0
NodeJS bindings to the aws-c-* libraries
github.com/awslabs/aws-crt-nodejs
awslabs/aws-crt-nodejs
aws-crt
/
dist
/
common
/
crypto.d.ts
6 lines
(5 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" />
/** * The types that are acceptable to pass for hashing. */
export
declare
type
Hashable
=
string
|
ArrayBuffer
|
DataView
|
Buffer
;