use md5 instead of sha256; #178

This commit is contained in:
clowwindy
2014-09-09 16:17:33 +08:00
parent 1fea9dca8d
commit 1044358a6b
4 changed files with 13 additions and 12 deletions

View File

@ -15,7 +15,7 @@ script:
- pep8 .
- python tests/test.py -c tests/table.json
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/rc4-sha256.json
- python tests/test.py -c tests/rc4-md5.json
- python tests/test.py -c tests/salsa20.json
- python tests/test.py -c tests/server-multi-ports.json
- python tests/test.py -c tests/server-multi-passwd.json