Changeset 94


Ignore:
Timestamp:
06/10/16 20:44:11 (8 years ago)
Author:
tim
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/bletchley/hash.py

    r93 r94  
    4040    signature = blobtools.encode('hex/lower', signature)
    4141
    42     process = subprocess.Popen(['/usr/bin/env', 'HashPump', '-s', signature, '-d', data, 
     42    process = subprocess.Popen(['/usr/bin/env', 'HashPump', '-s', signature, '-d', data,
    4343                                '-a', appended, '-k', "%d" % key_length],
    4444                               bufsize=1, stdout=subprocess.PIPE, shell=False,
Note: See TracChangeset for help on using the changeset viewer.