Type Definition elliptic_curve::FieldBytes[][src]

type FieldBytes<C> = GenericArray<u8, <C as Curve>::FieldSize>;

Byte representation of a base/scalar field element of a given curve.

Trait Implementations

impl<C> From<NonZeroScalar<C>> for FieldBytes<C> where
    C: Curve + ProjectiveArithmetic,
    Scalar<C>: PrimeField<Repr = FieldBytes<C>>, 
[src]