organized debug statements
This commit is contained in:
parent
c1dc8b34d7
commit
3773e9b22f
@ -57,15 +57,15 @@ for i = 1, t do
|
||||
end
|
||||
|
||||
--mixing in the secret key
|
||||
local i, j, A, B = 1, 1, 0, 0 --i flops between 1 and 2
|
||||
local i, j, A, B = 1, 1, 0, 0 --j flops between 1 and 2
|
||||
for f = 1, 3 * math.max(t,c) do
|
||||
--print(f)
|
||||
--print("heres B")
|
||||
--print(inspect(B))
|
||||
--print("heres A")
|
||||
--print(inspect(A))
|
||||
print("heres L[]")
|
||||
print(inspect(L))
|
||||
print("heres A")
|
||||
print(inspect(A))
|
||||
print("heres B")
|
||||
print(inspect(B))
|
||||
--print("heres L[]")
|
||||
--print(inspect(L))
|
||||
--print("heres S[]")
|
||||
--print(inspect(S))
|
||||
--print("heres j")
|
||||
|
Loading…
x
Reference in New Issue
Block a user