Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Jemalloc 5.4.0(github.com/jemalloc ↗)
    21comments
  2. Astra for Law(openai.com ↗)
    497comments
  3. The scourge of x86 emulation(fex-emu.com ↗)
    11comments
  4. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    119comments
  5. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    205comments
  6. Qwen 3.8 Omni Flash(qwen.ai ↗)
    66comments
  7. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    27comments
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    161comments
  9. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    128comments
  10. Wax motor(wikipedia.org ↗)
    64comments
  11. When the fractional part of a float fixes your shader(crocidb.com ↗)
    discuss
  12. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    6comments
  13. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    223comments
  14. How to Write with an LLM(sockpuppet.org ↗)
    85comments
  15. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    52comments
  16. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    23comments
  17. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    5comments
  18. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    20comments
  19. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    37comments
  20. Fixing an NZXT Signal 4K30 part 2: the green/pink video bug(downtowndougbrown.com ↗)
    8comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    32comments
  22. CrowdSec Source Code Leak(crowdsec.net ↗)
    44comments
  23. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    358comments
  24. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    96comments
  25. How Uber Protects Against Retry Storms(uber.com ↗)
    36comments
  26. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    39comments
  27. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    34comments
  28. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    discuss
  29. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss
  30. Code Scans(devin.ai ↗)
    4comments

Post-quantum confidentiality for TLS

68 pointsby 8y agoimperialviolet.org
4 comments
8y agoHN ↗

I could be reading this wrong but in the article it seems like SI has the advantage of key size and SL has the advantage of performance. I understand the sentiment of subtle bugs in elliptic-curve implementations and the new field of Supersingular-Isogenies, but in general algorithms are optimized and improved, but key sizes don't change too much.

If that's the case, why go with SL over SI?

8y agoHN ↗

It's possible that new primitives based on the same SI problem might have significant performance differences, but we're basing this on the NIST round one submissions. In that setting, there's been a decent amount of optimisation done already and the performance gap is two orders of magnitude. Since elliptic-curve implementation is pretty well studied, improvements might close that gap a little, but it's unlikely to make vast differences.

So it's a balance between adding an extra ~1.5 kB to the transaction, verses that CPU difference. In different contexts those two costs will have different weights, of course, but my feeling is that in TLS, we probably want to pay for the extra bytes.

8y agoHN ↗

A bunch of work on making Supersingular Isogeny DH (what SIKE is based on) viable was done at Microsoft Research.