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