UNPKG

@akanass/rx-crypto

Version:

Crypto module provides some functions for security features like AES key, Key pair, RSA key, PKCS12, Certificate, PEM and more

4 lines (3 loc) 159 B
import * as NodeRSA from 'node-rsa'; import { OperatorFunction } from 'rxjs'; export declare const getMaxMessageSize: () => OperatorFunction<NodeRSA, number>;