Type Alias CompressedPoint

Source
pub type CompressedPoint = Array<u8, U66>;
Expand description

Compressed SEC1-encoded NIST P-521 curve point.

Aliased Type§

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

Tuple Fields§

§0: [u8; 66]