Reorganize code.

This commit is contained in:
Roman Zeyde
2014-06-19 18:58:13 +03:00
parent 1ad96d9716
commit b15f891aa0
4 changed files with 22 additions and 53 deletions

View File

@@ -45,7 +45,7 @@ class Signal(object):
sym = Symbol()
data = os.urandom(1024)
data = open('data.send', 'r').read()
data = pack(data)
bits = list(to_bits(data))