UNPKG

cross-crypto-ts

Version:

Cifrado híbrido AES-GCM + RSA-OAEP con interoperabilidad entre TypeScript y Python, con diseño compatible para Rust.

3 lines 142 B
import { RSAKeyPair } from './types'; export declare function generateRSAKeys(bits?: number): RSAKeyPair; //# sourceMappingURL=keygen.d.ts.map