[][src]Type Definition p256::ElementBytes

type ElementBytes = ElementBytes<NistP256>;

NIST P-256 Serialized Field Element.

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

Trait Implementations

impl From<Scalar> for ElementBytes[src]