summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aesgcmanalysis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aesgcmanalysis.py b/aesgcmanalysis.py
index eefc59b..259cf69 100644
--- a/aesgcmanalysis.py
+++ b/aesgcmanalysis.py
@@ -612,7 +612,7 @@ def gen_blocks(n, js):
return blocks
squarer = np.array(Ms())
-use_numpy = False
+use_numpy = True
if use_numpy:
mcsqlookup = np.load(open('square-basis.np', 'rb'))
else: