Skip to content
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

Unusual parameters bomb out #94

Open
malb opened this issue Jan 10, 2024 · 0 comments
Open

Unusual parameters bomb out #94

malb opened this issue Jan 10, 2024 · 0 comments

Comments

@malb
Copy link
Owner

malb commented Jan 10, 2024

b=8; params=LWE.Parameters(n=128, q=2^b, Xs=ND.UniformMod(2^(b-1)), Xe=ND.UniformMod(2^(b-1)))
LWE.estimate.rough(params)

Gives

dual_hybrid          :: rop: ≈2^867.3, mem: ≈2^866.3, m: 73, β: 79, d: 87, ↻: 1, ζ: 114, tag: dual_hybrid
arora-gb             :: rop: ≈2^503.3, dreg: 128, mem: ≈2^503.3, t: 63, m: ≈2^251.7

 {'usvp': rop: ≈2^inf, red: ≈2^inf, δ: 1.012122, β: 49, d: 243, tag: usvp,
 'dual_hybrid': rop: ≈2^867.3, mem: ≈2^866.3, m: 73, β: 79, d: 87, ↻: 1, ζ: 114, tag: dual_hybrid,
 'arora-gb': rop: ≈2^503.3, dreg: 128, mem: ≈2^503.3, t: 63, m: ≈2^251.7}

which does not look right. At the very least uSVP shouldn't bomb out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant