aboutsummaryrefslogtreecommitdiff
path: root/epare/simulate.py
diff options
context:
space:
mode:
Diffstat (limited to 'epare/simulate.py')
-rw-r--r--epare/simulate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epare/simulate.py b/epare/simulate.py
index 2748377..2010e1a 100644
--- a/epare/simulate.py
+++ b/epare/simulate.py
@@ -99,7 +99,7 @@ if __name__ == "__main__":
chunk_id = randbytes(6).hex()
with TaskExecutor(max_workers=num_workers) as pool:
for mult in selected_mults:
- for countermeasure in (None, "gsr", "additive", "multiplicative", "euclidean"):
+ for countermeasure in (None, "gsr", "additive", "multiplicative", "euclidean", "bt"):
mwc = mult.with_countermeasure(countermeasure)
pool.submit_task(mwc,
get_small_scalar_multiples,