git ssb

4+

Dominic / scuttlebot



Tree: ab5a17fd3d3a3393ad0c8f8939e17344adacee6b

Files: ab5a17fd3d3a3393ad0c8f8939e17344adacee6b / lib / ssb-cap.js

414 bytesRaw
1//this is the key for accessing the ssb protocol.
2//this will be updated whenever breaking changes are made.
3//(see secret-handshake paper for a full explaination)
4module.exports =
5 new Buffer('1KHLiKZvAvjbY1ziZEHMXawbCEIM6qwjCDm3VYRan/s=', 'base64')
6
7//there is nothing special about this value.
8//I generated it in the node repl with:
9//
10// > crypto.randomBytes(32).toString('base64')
11//
12//and copied it here.
13
14

Built with git-ssb-web