Live data from Hacker News

Viewing profile — quantumcrypt

quantumcrypt

HN member
Joined
Fri, Apr 15, 2022, 3:28 PM UTC
HN karma
6
Public activity
3 items

About quantumcrypt

No profile information was provided.

Recent public activity

  1. comment
    Comment #31064672

    Corvettes are mass produced. German ICE import like Porsche is far more likely to hold value.

  2. comment
    Comment #31041587

    Instead of computing nA = A + A + … + A you can use the “exponentiation” by squaring trick: nA = (n/2)A + (n/2)A + (n%2)A. It takes logarithmically many steps.

  3. comment
    Comment #31041293

    Anyone know of an accessible intermediate resource on ECC? There are many blogs talking about the basics of point addition , but hardly anything approachable that talks about diffe…