Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • I was very happy to see an "AI use disclosure" right on the title page under the abstract.

    It's not clear if this is solely a possible theoretical result or if it has any practical value. I.e. is it only useful on lattices that are so large as to not be of use, or could it be used for cryptanalysis? If one is using AI to generate a theory paper such as this, why not use the AI to also generate code that uses it, put it on GitHub, and show the results, say against fplll and the tool in the paper below?

    https://ir.cwi.nl/pub/35237/35237.pdf

  • Wow, just yesterday I was thinking this exact problem would be a good candidate for AI. Seems it is!
  • Could someone summarize what the main idea is for this method?
  • could this be a problem for the security of Falcon (aka FN-DSA) post quantum signature scheme?
  • Faster solutions to SVP impact the security of all lattice-based schemes.
  • not really. The hardness of SVP is relevant, but this is a paper giving improved provable bounds for SVP algorithms. heuristically (which people use to choose parameter sizes etc) people assume SVP is much easier to solve, closer to 2^{.29n + o(n)}.

    So it's tangentially related, but does not itself imply an improvement on the (heuristically assumed) SOTA for these problems.

  • For those who don’t have math extensions in the browser, if that is 2^0.6039, then why don’t math extensions just detect math syntax and style it directly?
  • You mean 2⁰·⁶³⁹ⁿ‭
  • I mean, in this case, it's 2^{0.6039n}, and the n is pretty important. I can see why trying to automatically detect cases like this would run into a bunch of wrong behaviors (either styling text that was not meant to be math notation, or parsing the implied math notation incorrectly).