From 3773e9b22f7585a9c638ccbf6fab1e263248f7cb Mon Sep 17 00:00:00 2001 From: sa Date: Thu, 24 Mar 2022 02:51:50 -0400 Subject: [PATCH] organized debug statements --- src/encrypt.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/encrypt.lua b/src/encrypt.lua index 1081c66..8edec32 100644 --- a/src/encrypt.lua +++ b/src/encrypt.lua @@ -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")