Skip to main content

Ed448FieldBytes

Type Alias Ed448FieldBytes 

Source
pub type Ed448FieldBytes = FieldBytes<Ed448>;
Expand description

Serialized byte representation of an Ed448 field element.

Aliased Type§

#[repr(transparent)]
pub struct Ed448FieldBytes(pub [u8; 57]);

Tuple Fields§

§0: [u8; 57]