Itoh–Tsujii inversion algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 12:
 
This algorithm is fast because steps 3 and 5 both involve operations in the subfield GF(''p''). Similarly, if a small value of ''p'' is used a lookup table can be used for inversion in step 4. The majority of time spent in this algorithm is in step 2, the first exponentiation. This is one reason why this algorithm is well-suited for the normal basis, since squaring and exponentiation are relatively easy in that basis.
 
== See also ==
 
* [[Finite field arithmetic]]
 
==References==