Skip to main content

CompressedPoint

Type Alias CompressedPoint 

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

Compressed SEC1-encoded NIST P-256 curve point.

Aliased Type§

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

Tuple Fields§

§0: [u8; 33]