how to calculate the exact time complexity of point addition and point doubling algorithm of an elliptic curve
point addition required one field inversion operation ,two multiplication operation and one squaring operation so what is the complexity of point addition algorithm
Point doubling operation required 1 inversion operation , 2 squaring and 2 multiplication so how much is the time complexity of point addition algorithm
This forum is about the SageMath software. What is the link between your question and this software?