static ZECH_LOGS: LazyLock<DashMap<(ValidPrime, u32), &'static [SmallFqElement]>>Expand description
A table of lazily initialized Zech logarithms.
Key is the field, value is a fully initialized table of Zech logarithms.
static ZECH_LOGS: LazyLock<DashMap<(ValidPrime, u32), &'static [SmallFqElement]>>A table of lazily initialized Zech logarithms.
Key is the field, value is a fully initialized table of Zech logarithms.