Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    73comments
  2. Waymo in Singapore(waymo.com ↗)
    60comments
  3. Astra for Law(openai.com ↗)
    460comments
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    5comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    114comments
  6. The scourge of x86 emulation(fex-emu.com ↗)
    1comments
  7. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    197comments
  8. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    12comments
  9. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    147comments
  10. Qwen 3.8 Omni Flash(qwen.ai ↗)
    41comments
  11. Wax motor(wikipedia.org ↗)
    62comments
  12. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    211comments
  13. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  14. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    4comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    14comments
  16. How to Write with an LLM(sockpuppet.org ↗)
    71comments
  17. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    191comments
  18. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    44comments
  19. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    16comments
  20. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    32comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    27comments
  22. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments
  23. Code Scans(devin.ai ↗)
    4comments
  24. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  25. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    339comments
  26. CrowdSec Source Code Leak(crowdsec.net ↗)
    43comments
  27. Minimal Phone 2(minimalcompany.com ↗)
    11comments
  28. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    84comments
  29. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    30comments
  30. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments

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.