Skip to main content

mlkem_inv_ntt

Function mlkem_inv_ntt 

Source
pub fn mlkem_inv_ntt(input: &[i64]) -> LogosSeq<i64>
Expand description

The compiled form of LOGOS mlkemInvNtt(a) — the inverse ML-KEM NTT (tomont), so mlkemInvNtt(mlkemNtt(p)) = p·2285 mod q. Together with mlkemNtt and a base-multiply this is the polynomial-multiplication primitive ML-KEM is built on.