"use strict"; import util from 'util'; import crypto from 'crypto'; export default { randomBytes: util.promisify(crypto.randomBytes) };