remove temporary test code
This commit is contained in:
parent
fd4efca0fe
commit
9a1899785e
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class Salsa20Cipher(object):
|
|||
data = data[remain:]
|
||||
|
||||
results.append(numpy_xor(cur_data, cur_stream))
|
||||
# results.append(cur_data)
|
||||
|
||||
if not data:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue