Algorithm for computing the inverse of a polynomial

Posted by Neville on Stack Overflow See other posts from Stack Overflow or by Neville
Published on 2010-03-10T23:17:41Z Indexed on 2010/03/19 12:11 UTC
Read the original article Hit count: 604

I'm looking for an algorithm (or code) to help me compute the inverse a polynomial, I need it for implementing NTRUEncrypt. An algorithm that is easily understandable is what I prefer, there are pseudo-codes for doing this, but they are confusing and difficult to implement, furthermore I can not really understand the procedure from pseudo-code alone.

Any algorithms for computing the inverse of a polynomial with respect to a ring of truncated polynomials?

© Stack Overflow or respective owner

Related posts about polynomial-math

Related posts about inverse