Skip to main content

FieldBytes

Type Alias FieldBytes 

Source
pub type FieldBytes = FieldBytes<NistP521>;
Expand description

NIST P-521 field element serialized as bytes.

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

Aliased Type§

#[repr(transparent)]
pub struct FieldBytes(pub [u8; 66]);

Tuple Fields§

§0: [u8; 66]