git ssb

0+

Dominic / ssb-peer-invites



Tree: da0573101274ace33669583f2f37f8ad4f39b7f7

Files: da0573101274ace33669583f2f37f8ad4f39b7f7 / test / randcaps.js

201 bytesRaw
1var crypto = require('crypto')
2
3module.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