6ef14e56db
* Add chacha20-ietf crypto * fix chacha20-ietf * PEP8 * Update sodium.py (#1) pep8
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"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
|
|
}
|