Type Definition p256::FieldBytes[][src]

type FieldBytes = FieldBytes<NistP256>;
Expand description

NIST P-256 field element serialized as bytes.

Byte array containing a serialized field element value (base field or scalar).

Trait Implementations

Performs the conversion.

Performs the conversion.