git ssb

0+

Dominic / ssb-peer-invites



Tree: c76f58e8d7c5335c6e7c7f0d9b9c697687c91e59

Files: c76f58e8d7c5335c6e7c7f0d9b9c697687c91e59 / cap.js

205 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")
10
11

Built with git-ssb-web