Type Definition ethers::core::k256::elliptic_curve::FieldBytes[][src]

pub type FieldBytes<C> = GenericArray<u8, <<C as Curve>::UInt as ArrayEncoding>::ByteSize>;
Expand description

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