import crypto from 'crypto'

export const createCipheriv = crypto.createCipheriv
export const createDecipheriv = crypto.createDecipheriv
