Add chacha20-ietf crypto

This commit is contained in:
smounives 2016-08-17 05:06:59 +00:00
parent 8e8ee5d490
commit 0feb8b2eb3
4 changed files with 34 additions and 6 deletions

View file

@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f:
setup(
name="shadowsocks",
version="2.8.2",
version="2.9.0",
license='http://www.apache.org/licenses/LICENSE-2.0',
description="A fast tunnel proxy that help you get through firewalls",
author='clowwindy',