Files: 18ae3bdb8c2ea0a3458b43457261dccaf129ef56 / cap.js
206 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") |
10 | |
11 | |
12 |
Built with git-ssb-web