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