UNPKG

@libp2p/aes-ctr

Version:
4 lines 174 B
import crypto from 'crypto'; export const createCipheriv = crypto.createCipheriv; export const createDecipheriv = crypto.createDecipheriv; //# sourceMappingURL=ciphers.js.map