mimblewimble/grin

Add TLS to peer-to-peer connections

Open

#1,420 创建于 2018年8月25日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Rust (991 fork)batch import
enhancementgood first issuehelp wanted

仓库指标

Star
 (4,876 star)
PR 合并指标
 (平均合并 6天 11小时) (30 天内合并 25 个 PR)

描述

The goal is to improve privacy by making packet inspections a lot harder. In countries where cryptocurrencies or anonymous cryptocurrencies are illegal, this could be very important.

Ulttimately we could use Kovri or something similar, but this gets us 80% there for almost no performance penalty with what should just be very little code.

To preempt some comments about TLS security (which isn't great), this is only for privacy and we can support only a very small subset of known good cyphers.

贡献者指南