refactor encrypt; add cfb1 and cfb8 modes
This commit is contained in:
parent
a2ed12611c
commit
76fed23b34
11 changed files with 245 additions and 53 deletions
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ setup(
|
|||
author='clowwindy',
|
||||
author_email='clowwindy42@gmail.com',
|
||||
url='https://github.com/clowwindy/shadowsocks',
|
||||
packages=['shadowsocks'],
|
||||
packages=['shadowsocks', 'shadowsocks.crypto'],
|
||||
package_data={
|
||||
'shadowsocks': ['README.rst', 'LICENSE']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue