Skip to main content

FieldBytes

Type Alias FieldBytes 

pub type FieldBytes = GenericArray<u8, <NistP256 as Curve>::FieldBytesSize>;
Expand description

NIST P-256 field element serialized as bytes.

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

Aliased Typeยง

pub struct FieldBytes { /* private fields */ }