UNPKG
xiot-core-xcp-ts
Version:
latest (0.52.0)
0.52.0
0.51.2
0.50.0
0.49.0
0.48.0
0.46.0
0.44.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.34.0
0.33.0
0.32.0
0.31.0
0.24.0
0.23.0
0.22.6
0.22.5
0.22.3
0.22.2
0.22.1
0.22.0
0.21.0
0.20.8
0.20.7
0.20.6
0.20.5
0.20.4
0.20.2
0.20.1
0.20.0
0.19.0
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.9
0.16.8
0.16.7
0.16.5
0.16.4
0.16.3
0.16.2
0.15.8
0.15.7
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.14.3
0.14.2
0.14.1
0.13.6
0.13.5
0.13.4
0.13.3
0.13.1
0.11.1
0.10.15
0.10.14
0.10.13
0.10.12
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.9.99
0.9.98
0.9.97
0.9.96
0.9.95
0.9.94
0.9.93
0.9.91
0.9.90
0.9.89
0.9.88
0.9.87
0.9.86
0.9.85
0.9.84
0.9.83
0.9.82
0.9.81
0.9.8
0.9.7
0.9.6
0.8.15
0.0.1
XCP Protocol
github.com/gkcity/xiot-core-xcp-ts
gkcity/xiot-core-xcp-ts
xiot-core-xcp-ts
/
dist
/
xiot
/
core
/
xcp
/
key
/
XcpKeyCreator.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
XcpKeyType
}
from
'./XcpKeyType'
;
export
declare
class
XcpKeyCreator
{
static
create
(
sharedKey
:
Uint8Array
,
type
:
XcpKeyType
):
Uint8Array
|
null
;
private
static
digest; }