size_t get_p_limbs_per_radix_size(size_t radix)
Gets the number of limbs that the modulus, p, decomposes into for a given radix.
const std::array< std::vector< uint8_t >, NUM_RADIXES > & get_p_limbs_per_radix()
Gets the p limbs per radix array. Each element is a vector containing the little endian decomposition...
constexpr size_t NUM_RADIXES
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept