Add chacha20-ietf crypto (#590)
* Add chacha20-ietf crypto * fix chacha20-ietf * PEP8 * Update sodium.py (#1) pep8
This commit is contained in:
parent
8e8ee5d490
commit
6ef14e56db
4 changed files with 36 additions and 7 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue