Idle Thoughts About Pollard Rho
solipsys.co.uk
Idle Thoughts About Pollard Rho
1–10 of 11 posts
Re: Idle Thoughts About Pollard Rho
#2Re: Idle Thoughts About Pollard Rho
#3The asymptotic means for tails and cycles of random functions are in Theorem 3 of https://link.springer.com/content/pdf/10.1007/3-540-46885-4_...
Re: Idle Thoughts About Pollard Rho
#4I recognize the graphics, though. Iteration paths of a polynomial modulo N graphviz'ed. These seemingly simple constructs don't cease to fascinate me.
Re: Idle Thoughts About Pollard Rho
#5Do I have to speak TeX to understand this? What's it with all the dollar signs and periods? I recognize the graphics, though. Iteration paths of a polynomial modulo N graphviz'ed. These seemingly simple constructs don't cease to fascinate me.
I thought something might have broken, but it's working for me. I don't know how the MathJax works, it might be that you need Javascript turned on. Certainly usually when I'm using Javascript there is no sensible "fall back" for times when it's not available, so it doesn't try.
I'm not a front-end person, so I can't do anything more about it now. If someone else can check it out and let me know the best course of action I'd be delighted to hear from them - contact details in my profile.
Edited again ...
OK, now looking at it from another browser and it is broken. The other browser must have something cached. I'll see if I can get it fixed soon.
We apologise for the inconveniece (and incoherence).
Re: Idle Thoughts About Pollard Rho
#6Do I have to speak TeX to understand this? What's it with all the dollar signs and periods? I recognize the graphics, though. Iteration paths of a polynomial modulo N graphviz'ed. These seemingly simple constructs don't cease to fascinate me.
Edited ... I thought something might have broken, but it's working for me. I don't know how the MathJax works, it might be that you need Javascript turned on. Certainly usually when I'm using Javascript there is no sensible "fall back" for times when it's not available, so it doesn't try. I'm not a front-end person, so I can't do anything more about it now. If someone else can check it out and let me know the best co…
Re: Idle Thoughts About Pollard Rho
#7Earlier quoted context omitted.
Edited ... I thought something might have broken, but it's working for me. I don't know how the MathJax works, it might be that you need Javascript turned on. Certainly usually when I'm using Javascript there is no sensible "fall back" for times when it's not available, so it doesn't try. I'm not a front-end person, so I can't do anything more about it now. If someone else can check it out and let me know the best co…
The problem is that your site is served through HTTPS, but the MathJax code is loaded via HTTP, and Chrome/Firefox refuse to load external JavaScript due to mixed content policy. The embedded images also produce a mixed content warning, but are still loaded because they are not a security risk.
Cheers.
Edit: temporary fix in place - working on the rest of the site now 8-(
Re: Idle Thoughts About Pollard Rho
#8The asymptotic means for tails and cycles of random functions are in Theorem 3 of https://link.springer.com/content/pdf/10.1007/3-540-46885-4_...
Great catch - thank you! Now to find some time to read it properly.
https://books.google.co.uk/books?id=buQajqt-_iUC
precis-es this paper in its sections 7.2 and 7.3 and highlights the fact that looking at "Pollard rho style" random functions with in-degree 0 or 2, merely changes the multiplicative constants of the tail and cycle statistics without changing the order.
Re: Idle Thoughts About Pollard Rho
#9Earlier quoted context omitted.
Great catch - thank you! Now to find some time to read it properly.
Antoine Joux's book: https://books.google.co.uk/books?id=buQajqt-_iUC precis-es this paper in its sections 7.2 and 7.3 and highlights the fact that looking at "Pollard rho style" random functions with in-degree 0 or 2, merely changes the multiplicative constants of the tail and cycle statistics without changing the order.
I'm now wondering about constructing fast-to-compute functions with in-degree (0,0,3) or (0,0,0,4), which should change the characteristics, but I need to read a bit first.
Again, thanks.