UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

8 lines (6 loc) 201 B
const crypto = require('crypto') // TODO: Add check to ensure private key generated // is less than penderson EC_ORDER module.exports = () => { return crypto.randomBytes(31).toString('hex') }