reed_solomon_16::engine::tables

Function mul

Source
pub fn mul(x: GfElement, log_m: GfElement, exp: &Exp, log: &Log) -> GfElement
Expand description

Calculates x * log_m using Exp and Log tables.