K256_POINT_UNCOMPRESSED_SIZE

Constant K256_POINT_UNCOMPRESSED_SIZE 

Source
pub const K256_POINT_UNCOMPRESSED_SIZE: usize = _; // 65usize
Expand description

Size of an uncompressed secp256k1 point in bytes: format byte (0x04) + x-coordinate + y-coordinate