mimblewimble/grin

Add TLS to peer-to-peer connections

Open

#1.420 geöffnet am 25. Aug. 2018

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (991 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (4.876 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 11h) (25 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide