HackerTrans
TopNewTrendsCommentsPastAskShowJobs

quantumcrypt

no profile record

comments

quantumcrypt
·4 वर्ष पहले·discuss
Corvettes are mass produced. German ICE import like Porsche is far more likely to hold value.
quantumcrypt
·4 वर्ष पहले·discuss
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.
quantumcrypt
·4 वर्ष पहले·discuss
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 different curve properties, what makes a curve safe, how to break vulnerable curves, and how to prove properties, etc.