Is there a fast method for generating the worst case 256-bit input for GCD?
According to this Wikipedia article, the worst case for GCD is when the inputs are consecutive Fibonacci numbers.
However, how exactly can I find the largest pair of consecutive Fibonacci numbers which are at most $2^{256}-1$?
Thank you!
$$ F_{370} = 94611056096305838013295371573764256526437182762229865607320618320\ 601813254535$$
is largest, smaller than $2^{256} -1$