Module smallfq Copy item path Source SmallFq A field of order q = p^d, where q < 2^16 and d > 1. Fields of that size are small enough
that we can cache their Zech logarithms. SmallFqElement A field element, stored as the exponent of a distinguished generator of the group of units.
None if the element is zero. SMALL_CONWAY_POLYS ๐ ZECH_LOGS ๐ A table of lazily initialized Zech logarithms . make_zech_log_table ๐ mul_by_a ๐ zech_logs ๐ Return the Zech logarithm table for the given field. If it does not exist yet, initialize it.
The initialization might be fairly expensive (several ms). Polynomial ๐ ZechTable ๐