Resultant of a polynomial with x^n–1
- by devin.omalley
Resultant of a polynomial with x^n–1 (mod p)
I am implementing the NTRUSign algorithm as described in http://grouper.ieee.org/groups/1363/lattPK/submissions/EESS1v2.pdf , section 2.2.7.1 which involves computing the resultant of a polynomial. I keep getting a zero vector for the resultant which is obviously incorrect.
private static CompResResult…