-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generator crashes for Coded BKW #69
Comments
Something is quite off with our heuristics:
|
I pushed something for this particular crash. Still, I wouldn't trust the output: sage: from estimator import *
sage: for k in (20, 30, 40, 50, 60, 70, 80, 90):
....: print(k, repr(LWE.coded_bkw(LWE.Parameters(400, 2**k, ND.Uniform(-1, 1), ND.DiscreteGaussian(3.19)))))
....:
20 rop: ≈2^116.4, m: ≈2^104.0, mem: ≈2^105.0, b: 5, t1: 3, t2: 28, ℓ: 4, #cod: 353, #top: 0, #test: 33, tag: coded-bkw
30 rop: ≈2^106.7, m: ≈2^94.1, mem: ≈2^95.1, b: 3, t1: 0, t2: 34, ℓ: 2, #cod: 373, #top: 0, #test: 30, tag: coded-bkw
40 rop: ≈2^98.1, m: ≈2^84.8, mem: ≈2^85.7, b: 2, t1: 3, t2: 49, ℓ: 1, #cod: 375, #top: 0, #test: 20, tag: coded-bkw
50 rop: ≈2^162.9, m: ≈2^152.0, mem: ≈2^153.0, b: 3, t1: 0, t2: 8, ℓ: 2, #cod: 339, #top: 0, #test: 62, tag: coded-bkw
60 rop: ≈2^198.5, m: ≈2^185.1, mem: ≈2^186.1, b: 3, t1: 9, t2: 60, ℓ: 2, #cod: 366, #top: 0, #test: 8, tag: coded-bkw
70 rop: ≈2^153.4, m: ≈2^142.3, mem: ≈2^143.3, b: 2, t1: 0, t2: 10, ℓ: 1, #cod: 357, #top: 0, #test: 43, tag: coded-bkw
80 rop: ≈2^175.9, m: ≈2^163.7, mem: ≈2^164.7, b: 2, t1: 0, t2: 26, ℓ: 1, #cod: 386, #top: 0, #test: 16, tag: coded-bkw
90 rop: ≈2^286.6, m: ≈2^274.1, mem: ≈2^275.1, b: 3, t1: 0, t2: 34, ℓ: 2, #cod: 389, #top: 0, #test: 12, tag: coded-bkw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here the example for the crash, let me know if you need more information:
The text was updated successfully, but these errors were encountered: