fn
multiply
testedReturns the product of the two given field elements modulo GF(2^8/0x11D). The arguments and result are unsigned 8-bit integers.
Signature
ts
export function multiply(x: number, y: number): number{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
x | number | — |
y | number | — |
Returns
number