//! Field elements.
pub use Scalar;
pub use Field as FiniteField;
/// A field element. This trait inherits from [`ff::Field`](group::ff::Field) and adds methods
/// for converting to and from byte slices.
///
/// The byte size of the field element is specified by the `N` const generic.