From a086822742ba5020a873985f6561a7aeb4a8c70c Mon Sep 17 00:00:00 2001 From: Qiu Yuzhou Date: Tue, 8 May 2018 12:59:30 +0800 Subject: [PATCH] Add 'xchacha20-ietf-poly1305' to the method list. --- ShadowsocksX-NG/PreferencesWindowController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ShadowsocksX-NG/PreferencesWindowController.swift b/ShadowsocksX-NG/PreferencesWindowController.swift index d105ba4..3be7a7e 100644 --- a/ShadowsocksX-NG/PreferencesWindowController.swift +++ b/ShadowsocksX-NG/PreferencesWindowController.swift @@ -78,6 +78,7 @@ class PreferencesWindowController: NSWindowController "camellia-256-cfb", "bf-cfb", "chacha20-ietf-poly1305", + "xchacha20-ietf-poly1305", "salsa20", "chacha20", "chacha20-ietf",