pure-js-sftp
Version:
A pure JavaScript SFTP client with revolutionary RSA-SHA2 compatibility fixes. Zero native dependencies, built on ssh2-streams with 100% SSH key support.
11 lines • 345 B
TypeScript
/**
* ASN.1 Encoding Utilities
* Shared utilities for ASN.1 DER encoding operations
*/
/**
* Encode ASN.1 length field according to DER rules
* @param length The length value to encode
* @returns Buffer containing the encoded length
*/
export declare function encodeLength(length: number): Buffer;
//# sourceMappingURL=asn1-utils.d.ts.map