///
/// Contains [`structure::HypercubeStructure`] representing hypercube structures, i.e.
/// mappings of a set of representatives of `(Z/mZ)* / <p>` to the entries of a hypercube.
///
///
/// Contains [`interpolate::FastPolyInterpolation`] for fast polynomial interpolation on
/// a fixed set of points.
///
///
/// Contains [`isomorphism::HypercubeIsomorphism`] for the isomorphism of `R_t` to a direct
/// product of many slots, indexed by the codomain of a [`structure::HypercubeStructure`].
///