From 38757a27535465831adff2b46b6483a870a21cd0 Mon Sep 17 00:00:00 2001 From: "Le.Beta" Date: Tue, 19 Mar 2019 10:55:07 +0800 Subject: [PATCH] Add chacha12 and chacha20 code form sectun --- misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.cpp b/misc.cpp index 60ea415..da95528 100644 --- a/misc.cpp +++ b/misc.cpp @@ -138,7 +138,7 @@ void print_help() printf("common options,these options must be same on both side:\n"); printf(" --raw-mode avaliable values:faketcp(default),udp,icmp\n"); printf(" -k,--key password to gen symetric key,default:\"secret key\"\n"); - printf(" --cipher-mode avaliable values:aes128cfb,aes128cbc(default),xor,none\n"); + printf(" --cipher-mode avaliable values:chacha12,chacha20,aes128cfb,aes128cbc(default),xor,none\n"); printf(" --auth-mode avaliable values:hmac_sha1,md5(default),crc32,simple,none\n"); printf(" -a,--auto-rule auto add (and delete) iptables rule\n"); printf(" -g,--gen-rule generate iptables rule then exit,so that you can copy and\n");