Skip to main content

Module context

Module context 

Source
Expand description

§Ntt32Context — Unified NTT Context for 28-bit Primes

Combines the root table from NttSmallCtx with the Shoup precomputed quotients from ShoupCtx into a single unified context struct.

The forward() and inverse() methods automatically dispatch to NEON on aarch64 targets, falling back to scalar code otherwise.

Structs§

Ntt32Context
Pre-computed NTT context for a single 28-bit prime.