diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-26 23:02:53 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-26 23:02:53 -0400 |
commit | 0812e77c8d980773806bd7810a5e0992c180b589 (patch) | |
tree | a858a03a36f235f6414cbb505205a46064c6516e | |
parent | c3f989e925128375e2e4e18aa76839675c21c846 (diff) |
use np
-rw-r--r-- | aesgcmanalysis.py | 2 |
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: |