Crate fhe_math

source ·
Expand description

Mathematical utilities for the fhe.rs library.

Modules§

  • Number-Theoretic Transform in ZZ_q.
  • Residue-Number System operations.
  • Polynomials in R_q[x] = (ZZ_q1 x … x ZZ_qn)[x] where the qi’s are prime moduli in zq.
  • Ring operations for moduli up to 62 bits.

Enums§

  • Enum encapsulation all the possible errors from this library.

Type Aliases§

  • The Result type for this library.