From 316199503361ec25f2cdff7c164adbe238ab68e0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 14 Jan 2018 23:30:41 +0100 Subject: [PATCH] Pasto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61d4e58..3bb40666 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A modern client implementation of the DNSCrypt protocol. | Security | Written in C, bundles patched versions from old branches of system libraries | Written in standard and portable Go | | Dependencies | Specific versions of dnscrypt-proxy, libldns and libtool | None | | Upstream connections using TCP | Catastrophic, requires client retries | Implemented as anyone would expect, works well with TOR | -| XChaCha20 support | Only if compiled with recent versions of dnscrypt-proxy | Yes, always available | +| XChaCha20 support | Only if compiled with recent versions of libsodium | Yes, always available | | Support of links with small MTU | Unreliable due to completely broken padding | Reliable, properly implemented | | Support for multiple servers | Nonexistent | Yes, with automatic failover and load-balancing | | Custom additions | C API, requires libldns for sanity | Simple Go structures using miekg/dns |