logo

Type Definition elliptic_curve::FieldBytes

source · []
pub type FieldBytes<C> = GenericArray<u8, <C as Curve>::FieldSize>;
Expand description

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

Trait Implementations

Performs the conversion.

Performs the conversion.