Viewing profile — quantumcrypt
quantumcrypt
HN member- Joined
- Fri, Apr 15, 2022, 3:28 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About quantumcrypt
No profile information was provided.
Recent public activity
-
comment
Comment #31064672
Corvettes are mass produced. German ICE import like Porsche is far more likely to hold value.
-
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.
-
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…