use md5 instead of sha256; #178
This commit is contained in:
parent
1fea9dca8d
commit
1044358a6b
4 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue