Add chacha20-ietf crypto (#590)

* Add chacha20-ietf crypto

* fix chacha20-ietf

* PEP8

* Update sodium.py (#1)

pep8
This commit is contained in:
smounives
2016-08-17 17:06:54 +08:00
committed by mengskysama
parent 8e8ee5d490
commit 6ef14e56db
4 changed files with 36 additions and 7 deletions

10
tests/chacha20-ietf.json Normal file
View File

@ -0,0 +1,10 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1081,
"password":"salsa20_password",
"timeout":60,
"method":"chacha20-ietf",
"local_address":"127.0.0.1",
"fast_open":false
}