UNPKG

@libp2p/aes-ctr

Version:
5 lines 235 B
/// <reference types="node" /> import crypto from 'crypto'; export declare const createCipheriv: typeof crypto.createCipheriv; export declare const createDecipheriv: typeof crypto.createDecipheriv; //# sourceMappingURL=ciphers.d.ts.map