Skip to main content

CompressedPoint

Type Alias CompressedPoint 

pub type CompressedPoint = GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B1>>;
Expand description

Compressed SEC1-encoded secp256k1 (K-256) curve point.

Aliased Typeยง

pub struct CompressedPoint { /* private fields */ }