UNPKG

js-crypto-utils

Version:

JavaScript cryptographic utilities for OpenSSL-WebCrypto compatibility including PEM/X509-JWK converter.

14 lines (13 loc) 203 B
/** * params.js */ export declare const ciphers: { [index: string]: { ivLength?: number; }; }; export declare const hashes: { [index: string]: { hashSize: number; }; };