| gfMultiply | R Documentation |
Finite-Field Multiplication Multiplies two elements of GF(p^m) using polynomial multiplication and reduction.
gfMultiply(a, b, p, modulus)
a |
A finite-field element. |
b |
A finite-field element. |
p |
A prime number. |
modulus |
The irreducible polynomial used to define the field. |
The product of the two finite-field elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.