Function reed_solomon_simd::engine::tables::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.