The ring $\mathbb{Z}[(1+\sqrt{-19})/2]$ is a PID; hence any two elements have a GCD. How you would compute their GCD?
In a Euclidean domain, you would use the Euclidean algorithm. But $\mathbb{Z}[(1+\sqrt{-19})/2]$ is not Euclidean.
If you knew prime factorizations of the two elements, you could immediately compute the GCD. But surely factoring in $\mathbb{Z}[(1+\sqrt{-19})/2]$ is at least as hard as factoring in $\mathbb{Z}$. At least for now, we do not know how to do this efficiently.
So, is there an efficient algorithm to compute GCD?
(You may use the de facto interpretation of "efficient" as "polynomial time".)