Files: 0e94992aa8bedac43906183f616bff699ec2484b / test / randcaps.js
201 bytesRaw
1 | var crypto = require('crypto') |
2 | |
3 | module.exports = function() { |
4 | return { |
5 | sign: crypto.randomBytes(32), |
6 | peerInvite: crypto.randomBytes(32), |
7 | shs: crypto.randomBytes(32), |
8 | } |
9 | } |
Built with git-ssb-web