Type Definition k256::FieldBytes[][src]

type FieldBytes = FieldBytes<Secp256k1>;

secp256k1 (K-256) field element serialized as bytes.

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

Trait Implementations

impl From<&'_ Scalar> for FieldBytes[src]

fn from(scalar: &Scalar) -> Self[src]

Performs the conversion.

impl From<Scalar> for FieldBytes[src]

fn from(scalar: Scalar) -> Self[src]

Performs the conversion.