In the ECDSA algorithm (verification signature) you have to calculate a new point using the next formula: (x0,y0) = u1*P+U2*P_a
How can I calculate the coordenates of this new point?, i try that sentence in SAGE but it doesn't work.
X = (Integer(u1)*P)+(Integer(u2)*P_a)
Can you help me?. Thank you very much.
You can download code and try to execute in SAGE here: https://dl.dropbox.com/u/39374382/question.sws