AGM Algorithm and Its Fast Implementation

ZHANG Wen-ke,LI Yuan-zheng
DOI: https://doi.org/10.3969/j.issn.1009-8054.2010.12.047
2010-01-01
Abstract:With the extensive use of ECC,how to generate secure elliptical curve is very important for ECC development,while how to quickly compute the order(number of rational point) the key to ECC.The secure ECC parameter is the basis of ECC,or otherwise it would suffer Pollard-ρ attack,abnormal curve attack and so on.At present,there are SCHOOF algorithm,SEA algorithm,Satoh algorithm,AGM algorithm for computing the order of ECC.AGM algorithm is the most fast algorithm of character 2,with a space complexity of O(log22 q).This paper deeply discusses the AGM algorithm and gives in detail the implementation.
What problem does this paper attempt to address?