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

5 lines (4 loc) 226 B
import { OperatorFunction } from 'rxjs'; import { Buffer } from 'buffer'; import { AESKeyCreationResult } from '../..'; export declare const decryptWithAesKey: (data: Buffer) => OperatorFunction<AESKeyCreationResult, Buffer>;