UNPKG

cross-crypto-ts

Version:

Hybrid encryption library for secure communication between TypeScript and Python using AES-GCM (256-bit) and RSA-OAEP (4096-bit).

4 lines 165 B
export { encryptHybrid } from './encrypt'; export { decryptHybrid } from './decrypt'; export { generateRSAKeys } from './keygen'; //# sourceMappingURL=index.d.ts.map