Type Definition k256::CompressedPoint
source · pub type CompressedPoint = GenericArray<u8, U33>;
Expand description
Compressed SEC1-encoded secp256k1 (K-256) curve point.
pub type CompressedPoint = GenericArray<u8, U33>;
Compressed SEC1-encoded secp256k1 (K-256) curve point.