- Timestamp:
- 06/10/16 20:44:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/bletchley/hash.py
r93 r94 40 40 signature = blobtools.encode('hex/lower', signature) 41 41 42 process = subprocess.Popen(['/usr/bin/env', 'HashPump', '-s', signature, '-d', data, 42 process = subprocess.Popen(['/usr/bin/env', 'HashPump', '-s', signature, '-d', data, 43 43 '-a', appended, '-k', "%d" % key_length], 44 44 bufsize=1, stdout=subprocess.PIPE, shell=False,
Note: See TracChangeset
for help on using the changeset viewer.