diff options
author | Mouse <[email protected]> | 2016-04-06 19:44:54 -0400 |
---|---|---|
committer | Mouse <[email protected]> | 2016-04-06 19:44:54 -0400 |
commit | 02f85e4de578080a7f62c245231151ffb0aeaba8 (patch) | |
tree | a356b84cc5e4d7dfd3126c9ac8df8d5d79d742ca /src/python | |
parent | 30ae49e5f50ab161ae13496567b0e7f52f1fd730 (diff) |
Removed empty line
Diffstat (limited to 'src/python')
-rwxr-xr-x | src/python/botan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/botan.py b/src/python/botan.py index 50f8d55d6..6e5f457b3 100755 --- a/src/python/botan.py +++ b/src/python/botan.py @@ -716,7 +716,6 @@ def test(): print('y %s\n' % (hex_encode(pbkdf('PBKDF2(SHA-256)', 'xyz', 32, iterations, salt)[2]))) def test_bcrypt(): - print("Testing Bcrypt...") r = rng() phash = bcrypt('testing', r) |