UNPKG

@microsoft/dev-tunnels-ssh

Version:

SSH library for Dev Tunnels

11 lines 266 B
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