Are there any elliptic curves, that require computing GCD for point addition? I've an algorithm, that apparently adds two points on an elliptic curve, but it uses GCD, which is strange, because I never saw it being used for addition on any kind of curve.
Are there any formulas for point operations on EC that involve GCD, or perhaps are sped up by using GCD?
By GCD I also mean extended GCD.