add libsodium tests

This commit is contained in:
clowwindy
2014-12-10 23:15:24 +08:00
parent 84dcff83c1
commit 9d33a59b60
5 changed files with 33 additions and 1 deletions

10
tests/salsa20-ctr.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":"salsa20-ctr",
"local_address":"127.0.0.1",
"fast_open":false
}