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