HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cbright

no profile record

comments

cbright
·2 ปีที่แล้ว·discuss
The PRP test has the same computational cost as an LL test. The reason why GIMPS now prefers to do PRP tests instead of LL tests is because an efficiently verifiable proof-of-work certificate was developed for PRP tests [1].

[1] https://doi.org/10.4230/LIPIcs.ITCS.2019.60
cbright
·2 ปีที่แล้ว·discuss
2^80 is about 10^24, which is a trillion trillion, not a billion trillion. So their estimate of a chance of a collision is off by a factor of 1000.
cbright
·2 ปีที่แล้ว·discuss
> But I don't know if it can be proven there do not exist non-prime P/Q values which produce an RSA keypair which can successfully encrypt/decrypt messages. I'm sure this isn't kosher for a real implementation, but I've never found an answer.

If p and q are coprime Carmichael numbers then RSA will still successfully encrypt and decrypt messages, though this will be less secure as p*q will have smaller prime factors and thus be easier to factor.
cbright
·3 ปีที่แล้ว·discuss
> this post refers to it as reference 2. That algorithm runs in constant time, which is a pretty big deal.

Not constant time; the analysis in the paper shows that the nth digit can be computed in O(n log n M(log n)) bit operations, where M(j) is the bit complexity of multiplying two j bit numbers.
cbright
·3 ปีที่แล้ว·discuss
Yes, the volume of the unit cube is 1 in any dimension, but the volume of the unit sphere goes to 0 as the dimension increases.