use crate::;
/// This trait represents an element of a prime-order cryptographic group.
/// Efficient representation of an elliptic curve point guaranteed to be
/// in the correct prime order subgroup.
/// Affine representation of an elliptic curve point guaranteed to be
/// in the correct prime order subgroup.