UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

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') }