Type Alias p256::CompressedPoint

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

Compressed SEC1-encoded NIST P-256 curve point.

Aliased Type§

struct CompressedPoint(pub [u8; 33]);

Fields§

§0: [u8; 33]