Jump to content

Talk:Itoh–Tsujii inversion algorithm

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mark viking (talk | contribs) at 21:32, 12 January 2014 (Added maths rating). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconMathematics Stub‑class Low‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-priority on the project's priority scale.


I think it's worth pointing out that this algorithm (as stated, anyway) is useless over any field of characteristic 2, i.e. the field GF(2^m) for any m. The reason is that, if x is an element of GF(2^m), then x^(-1) = x^(2^m - 2), and the right hand side of this equation is exactly what is being computed in step 2. So, essentially, this algorithm computes inverses by assuming it has access to a subroutine that computes inverses! This is the first time I've seen this algorithm, so I don't know what's going on here, but this should be addressed somehow since the article states "It was [...] first used over GF(2^m)".