git ssb

0+

Dominic / ssb-peer-invites



Tree: b6540cc83c887c7a955b7a6e3e2280c017951e30

Files: b6540cc83c887c7a955b7a6e3e2280c017951e30 / cap.js

246 bytesRaw
1var chloride = require('chloride')
2
3function hash(s) {
4 return chloride.crypto_hash_sha256(
5 'string' == typeof s ? new Buffer(s, 'utf8') : s
6 )
7}
8
9module.exports = hash("user-invites:DEVELOPMENT") //XXX DON'T publish without fixing this!
10
11

Built with git-ssb-web