pub type FieldBytes = FieldBytes<Sm2>;
Expand description
SM2 field element serialized as bytes.
Byte array containing a serialized field element value (base field or scalar).
Aliased Type§
pub struct FieldBytes { /* private fields */ }
Trait Implementations§
Source§impl From<&Scalar> for FieldBytes
Available on crate feature arithmetic
only.
impl From<&Scalar> for FieldBytes
Available on crate feature
arithmetic
only.