Removed residual test_file and removed unneeded return statement

master
211217613 2016-11-30 22:08:36 -06:00
parent 7abab48aec
commit 76f97e294a
1 changed files with 0 additions and 9 deletions

View File

@ -62,15 +62,6 @@ def test_file(file_path, size):
plainText = None
cipherText = None
return
test_file(files[0][0], 256)
test_file(files[0][1], 256)
test_file(files[0][2], 256)
test_file(files[1][0], 192)
test_file(files[1][1], 192)
test_file(files[1][2], 192)
if __name__ == '__main__':
test_file(files[0][0], 256)