Multiplication in polynomial representation
poly_prod(p, n, xton, p1, p2)
Arguments
| p |
modulus |
| n |
length of polynomials |
| xton |
characteristic polynomial vector for the field (x to the n power) |
| p1 |
polynomial vector 1 |
| p2 |
polynomial vector 2 |
Value
the product of p1 and p2
Examples