Skip to main content

DecafPointRepr

Type Alias DecafPointRepr 

Source
pub type DecafPointRepr = Array<u8, U56>;
Expand description

The group bytes representation

Aliased Type§

#[repr(transparent)]
pub struct DecafPointRepr(pub [u8; 56]);

Tuple Fields§

§0: [u8; 56]