From 37af7e137588df4e911b9bb9142f35cbcf18c223 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 12 Aug 2021 14:17:38 +0100 Subject: [PATCH] store bug here instead --- estimate_oldparams.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/estimate_oldparams.py b/estimate_oldparams.py index cf568ca2c..2054f3478 100644 --- a/estimate_oldparams.py +++ b/estimate_oldparams.py @@ -123,3 +123,7 @@ def markdownit(results, headings = ["Parameter Set", "Classical", "Quantum", "Cl writer.write_table() return writer + +# dual bug example +# n = 256; q = 2**32; sd = 2**(-4); reduction_cost_model = BKZ.sieve +# _ = estimate_lwe(n, alpha, q, reduction_cost_model) \ No newline at end of file