Changeset 35 for trunk/bin/bletchley-analyze
- Timestamp:
- 02/12/13 13:12:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/bletchley-analyze
r28 r35 81 81 line_size = 64 82 82 group_size *= 2 # two hex digits per byte 83 print(group_size)84 83 hex_blobs = map(binascii.b2a_hex, blobs) 85 84 color_map = buffertools.blockWiseColorMap(group_size, hex_blobs)
Note: See TracChangeset
for help on using the changeset viewer.