secretstream: a port of secret-handshake to go

blov · · 439 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p><a href="https://scuttlebot.io/more/protocols/secret-handshake.html">secret-handshake</a> is the cypher-channel used by <a href="https://scuttlebot.io/">secure-scuttlebot</a> the peer-to-peer append-only log database.</p> <p>It uses NaCL primitives to exchange keys and build streams. Also: it is forward secure. The white paper about it&#39;s design can be found in the first link.</p> <p>These two properties alone intrigued me. The other selling points that pushed me to do this are ssbs kappa-architecture together with a offline-first paradigm.</p> <p>The <a href="https://github.com/cryptix/secretstream">secretstream</a> package together with <a href="https://github.com/cryptix/go-muxrpc">go-muxrpc</a> allows you to interact with other sbot nodes to filter data from the feeds of your peers for instance.</p> <p>happy cypher-sailing!</p> <hr/>**评论:**<br/><br/>tendermint: <pre><p>Also check out <a href="https://github.com/tendermint/go-p2p" rel="nofollow">https://github.com/tendermint/go-p2p</a> It&#39;s the basis for the Tendermint blockchain engine, and includes a forward-secure secret stream implementation as well. Cheers!</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

439 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传