We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gives
which does not look right. At the very least uSVP shouldn't bomb out
The text was updated successfully, but these errors were encountered: