From 0812e77c8d980773806bd7810a5e0992c180b589 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 26 Aug 2022 23:02:53 -0400 Subject: use np --- aesgcmanalysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3