[][src]Module cyclotomic::fields

Implementations of field operations in cyclotomic fields.

Each implementation provides the following operations:

  • Addition
  • Multiplication
  • Inversion: mapping $x$ to $x^{-1}$
  • Equality

The precise semantics of these operations, including whether they can be done in-place, varies for each implementation.

Modules

sparse

Sparse implementation using hash maps.

Traits

AdditiveGroup
CyclotomicFieldElement

Provides convenience functions specific to cyclotomic fields.

FieldElement

Provides operations for fields. Expected to satisfy the field axioms.

MultiplicativeGroup