Files: da0573101274ace33669583f2f37f8ad4f39b7f7 / 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