Files: 5f50cce8f8b985aae2b4894160b4ba9751ca8b0f / cap.js
132 bytesRaw
1 | var u = require('./util.js') |
2 | |
3 | //todo: get this from ssb-caps@1.1 instead |
4 | module.exports = u.hash('peer-invites').toString('base64') |
5 |
Built with git-ssb-web
1 | var u = require('./util.js') |
2 | |
3 | //todo: get this from ssb-caps@1.1 instead |
4 | module.exports = u.hash('peer-invites').toString('base64') |
5 |
Built with git-ssb-web