git ssb

0+

Dominic / ssb-peer-invites



Tree: 7358227e3ee64f4328edbb8fa12bd7eb77fda214

Files: 7358227e3ee64f4328edbb8fa12bd7eb77fda214 / cap.js

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

Built with git-ssb-web