| Georgi Guninski on Fri, 29 Nov 2019 17:29:53 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Solving x^2+n*y^2=a without factoring positive $n$? |
> Sorry, I mean quadratic in log(n). (I am having some problems with gmail's filters). Are you sure you can bound the complexity only with n without a? Fix n and set X=2^2^2^n, Y=X+1, a=X^2+n Y^2 I think you can't express X with only log(n)^2 operations.