TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Celebrated Cryptography Algorithm Gets an Upgrade

57 pointsby digital55over 1 year ago

3 comments

SAI_Peregrinusover 1 year ago
The paper in question[1]. This will make some practical attacks faster, e.g. the recent attack on some SSH &amp; IKE implementations[2] which misused RSA-PKCS#1v1.5.<p>[1] <a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2023&#x2F;237" rel="nofollow noreferrer">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2023&#x2F;237</a><p>[2] <a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2023&#x2F;1711" rel="nofollow noreferrer">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2023&#x2F;1711</a>
tptacekover 1 year ago
This is super helpful context for this article, and also one of the best pieces of technical writing I&#x27;ve ever read:<p><a href="https:&#x2F;&#x2F;kel.bz&#x2F;post&#x2F;lll&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;kel.bz&#x2F;post&#x2F;lll&#x2F;</a><p>We talked to Martin Albrecht on the podcast a few weeks ago about the attack model on lattice cryptography (like Kyber, the NIST PQC winner); lattice basis reduction is central to that attack.
评论 #38648800 未加载
nneonneoover 1 year ago
Code for the new algorithm: <a href="https:&#x2F;&#x2F;github.com&#x2F;keeganryan&#x2F;flatter">https:&#x2F;&#x2F;github.com&#x2F;keeganryan&#x2F;flatter</a><p>It does indeed perform better than traditional LLL for some classes of matrix, and serves as a nice drop-in replacement for those problems. It doesn’t always seem to yield a speedup though, and the program is prone to crashing sometimes. Such is academic code…