ethers.js/lib/random-bytes.js
2016-07-27 02:53:40 -04:00

5 lines
64 B
JavaScript

'use strict';
module.exports = require('crypto').randomBytes;