UNPKG
@microsoft/dev-tunnels-ssh
Version:
latest (3.12.29)
3.12.29
3.12.22
3.12.12
3.12.5
3.11.38
3.11.36
3.11.35
3.11.34
3.11.33
3.11.31
3.11.26
3.11.25
3.11.24
3.11.22
3.11.21
3.11.20
3.11.18
3.11.16
3.11.13
3.11.11
3.11.10
3.11.8
3.11.6
3.11.2
3.11.1
3.10.30
3.10.29
3.10.27
3.10.26
3.10.23
3.10.21
3.10.19
3.10.18
3.10.9
3.10.8
3.10.6
3.10.2
3.9.9
3.9.8
3.9.7
3.9.3
SSH library for Dev Tunnels
@microsoft/dev-tunnels-ssh
/
algorithms
/
ecdsaCurves.d.ts
11 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ECCurve
{
shortName
:
string
;
name
:
string
;
oid
:
string
;
keySize
:
number
; }
/** * List of EC curves supported by the SSH ECDSA algorithm. */
export
declare
const
curves
:
ECCurve
[];
//# sourceMappingURL=ecdsaCurves.d.ts.map